diff --git a/.github/workflows/changelog-preview.yml b/.github/workflows/changelog-preview.yml new file mode 100644 index 0000000000..30c6083c6b --- /dev/null +++ b/.github/workflows/changelog-preview.yml @@ -0,0 +1,18 @@ +name: Changelog Preview +on: + pull_request: + types: + - opened + - synchronize + - reopened + - edited + - labeled + - unlabeled +permissions: + contents: write + pull-requests: write + +jobs: + changelog-preview: + uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2 + secrets: inherit diff --git a/.github/workflows/min_version_test.yml b/.github/workflows/min_version_test.yml index 613538f0a7..847d230ea9 100644 --- a/.github/workflows/min_version_test.yml +++ b/.github/workflows/min_version_test.yml @@ -51,7 +51,7 @@ jobs: with: flutter-version: '3.24.0' - - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0 + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0 with: ruby-version: '3.1.2' # https://github.com/flutter/flutter/issues/109385#issuecomment-1212614125 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 258b43726e..4661055508 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,8 @@ on: workflow_dispatch: inputs: version: - description: Version to release - required: true + description: Version to release (or "auto") + required: false force: description: Force a release even when there are release-blockers (optional) required: false @@ -12,6 +12,10 @@ on: description: Target branch to merge into. Uses the default branch as a fallback (optional) required: false +permissions: + contents: write + pull-requests: write + jobs: release: runs-on: ubuntu-latest @@ -29,7 +33,7 @@ jobs: token: ${{ steps.token.outputs.token }} fetch-depth: 0 - name: Prepare release - uses: getsentry/action-prepare-release@c8e1c2009ab08259029170132c384f03c1064c0e + uses: getsentry/craft@906009a1b771956757e521555b561379307eb667 # v2 env: GITHUB_TOKEN: ${{ steps.token.outputs.token }} with: diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 91b6d53530..2a1db45d62 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21.0 - run: xcodes select 26.2 - - uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0 + - uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0 with: ruby-version: '2.7.5' bundler-cache: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a98c697c51..f4b3fc5f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 9.14.0 + +### Features + +- Add `enableTombstone` option for improved native crash reporting on Android 12+ ([#3526](https://github.com/getsentry/sentry-dart/pull/3526)) + - When enabled, uses Android's `ApplicationExitInfo.REASON_CRASH_NATIVE` to capture native crashes with more detailed thread information + - Disabled by default + +### Fixes + +- Dont guard user attributes behind `sendDefaultPii` for logs and metrics ([#3524](https://github.com/getsentry/sentry-dart/pull/3524)) + +### Dependencies + +- Bump Native SDK from v0.12.6 to v0.12.8 ([#3514](https://github.com/getsentry/sentry-dart/pull/3514), [#3520](https://github.com/getsentry/sentry-dart/pull/3520)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0128) + - [diff](https://github.com/getsentry/sentry-native/compare/0.12.6...0.12.8) +- Bump Android SDK from v8.32.0 to v8.33.0 ([#3529](https://github.com/getsentry/sentry-dart/pull/3529)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330) + - [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0) + +Internal Changes + +- Add `sentry.javascript.browser.flutter` sdk name for native js errors ([#3525](https://github.com/getsentry/sentry-dart/pull/3525)) + + + ## 9.13.0 ### Features diff --git a/docs/sdk-versions.md b/docs/sdk-versions.md index a07d129d53..c860d80158 100644 --- a/docs/sdk-versions.md +++ b/docs/sdk-versions.md @@ -6,6 +6,7 @@ This document shows which version of the various Sentry SDKs are used in which S | Sentry Flutter SDK | Sentry Android SDK | Sentry Cocoa SDK | Sentry JavaScript SDK | Sentry Native SDK | | ------------------ | ------------------ | ---------------- | --------------------- | ----------------- | +| 9.14.0 | 8.33.0 | 8.56.2 | 10.38.0 | 0.12.8 | | 9.13.0 | 8.32.0 | 8.56.2 | 10.38.0 | 0.12.6 | | 9.12.0 | 8.31.0 | 8.56.2 | 10.6.0 | 0.12.5 | | 9.11.0 | 8.30.0 | 8.56.2 | 10.6.0 | 0.12.3 | diff --git a/metrics/Gemfile.lock b/metrics/Gemfile.lock index aff4675061..0df27322ca 100644 --- a/metrics/Gemfile.lock +++ b/metrics/Gemfile.lock @@ -46,7 +46,7 @@ GEM dotenv (2.8.1) emoji_regex (3.2.3) excon (0.112.0) - faraday (1.10.4) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -65,7 +65,7 @@ GEM faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.1.1) + faraday-multipart (1.2.0) multipart-post (~> 2.0) faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) diff --git a/metrics/flutter.properties b/metrics/flutter.properties index 39f226238d..2ff196df6d 100644 --- a/metrics/flutter.properties +++ b/metrics/flutter.properties @@ -1,2 +1,2 @@ -version = 3.38.7 +version = 3.41.1 repo = https://github.com/flutter/flutter diff --git a/packages/dart/lib/src/constants.dart b/packages/dart/lib/src/constants.dart index 94759424df..cfc2f92e2c 100644 --- a/packages/dart/lib/src/constants.dart +++ b/packages/dart/lib/src/constants.dart @@ -89,16 +89,19 @@ abstract class SemanticAttributesConstants { static const sentryInternalReplayIsBuffering = 'sentry._internal.replay_is_buffering'; - /// The user ID (gated by `sendDefaultPii`). + /// The user ID. + /// Users are always manually set and never automatically inferred, + /// therefore this is not gated by `sendDefaultPii`. static const userId = 'user.id'; - /// The user email (gated by `sendDefaultPii`). + /// The user email. + /// Users are always manually set and never automatically inferred, + /// therefore this is not gated by `sendDefaultPii`. static const userEmail = 'user.email'; - /// The user IP address (gated by `sendDefaultPii`). - static const userIpAddress = 'user.ip_address'; - - /// The user username (gated by `sendDefaultPii`). + /// The user username. + /// Users are always manually set and never automatically inferred, + /// therefore this is not gated by `sendDefaultPii`. static const userName = 'user.name'; /// The operating system name. diff --git a/packages/dart/lib/src/telemetry/default_attributes.dart b/packages/dart/lib/src/telemetry/default_attributes.dart index 93facb066a..d71ca991bb 100644 --- a/packages/dart/lib/src/telemetry/default_attributes.dart +++ b/packages/dart/lib/src/telemetry/default_attributes.dart @@ -23,21 +23,21 @@ Map defaultAttributes(SentryOptions options, SentryAttribute.string(options.release!); } - if (options.sendDefaultPii) { - final user = scope?.user; - if (user != null) { - if (user.id != null) { - attributes[SemanticAttributesConstants.userId] = - SentryAttribute.string(user.id!); - } - if (user.name != null) { - attributes[SemanticAttributesConstants.userName] = - SentryAttribute.string(user.name!); - } - if (user.email != null) { - attributes[SemanticAttributesConstants.userEmail] = - SentryAttribute.string(user.email!); - } + // Users are always manually set and never automatically inferred, + // therefore this is not gated by `sendDefaultPii`. + final user = scope?.user; + if (user != null) { + if (user.id != null) { + attributes[SemanticAttributesConstants.userId] = + SentryAttribute.string(user.id!); + } + if (user.name != null) { + attributes[SemanticAttributesConstants.userName] = + SentryAttribute.string(user.name!); + } + if (user.email != null) { + attributes[SemanticAttributesConstants.userEmail] = + SentryAttribute.string(user.email!); } } diff --git a/packages/dart/lib/src/version.dart b/packages/dart/lib/src/version.dart index 41bf5a924c..e7364dcc1d 100644 --- a/packages/dart/lib/src/version.dart +++ b/packages/dart/lib/src/version.dart @@ -9,7 +9,7 @@ library; /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; String sdkName(bool isWeb) => isWeb ? _browserSdkName : _ioSdkName; diff --git a/packages/dart/pubspec.yaml b/packages/dart/pubspec.yaml index a29d4df18f..94e8f7975c 100644 --- a/packages/dart/pubspec.yaml +++ b/packages/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: sentry -version: 9.13.0 +version: 9.14.0 description: > A crash reporting library for Dart that sends crash reports to Sentry.io. This library supports Dart VM and Web. For Flutter consider sentry_flutter instead. diff --git a/packages/dart/test/telemetry/log/log_capture_pipeline_test.dart b/packages/dart/test/telemetry/log/log_capture_pipeline_test.dart index 5c6179f99e..ffbe119712 100644 --- a/packages/dart/test/telemetry/log/log_capture_pipeline_test.dart +++ b/packages/dart/test/telemetry/log/log_capture_pipeline_test.dart @@ -129,21 +129,6 @@ void main() { expect(attributes[SemanticAttributesConstants.sentryEnvironment]?.value, 'callback-env'); }); - - test('does not add user attributes when sendDefaultPii is false', - () async { - fixture.options.sendDefaultPii = false; - await fixture.scope.setUser(SentryUser(id: 'user-id')); - - final log = givenLog(); - - await fixture.pipeline.captureLog(log, scope: fixture.scope); - - expect( - log.attributes.containsKey(SemanticAttributesConstants.userId), - isFalse, - ); - }); }); group('when logs are disabled', () { @@ -239,7 +224,6 @@ class Fixture { final options = defaultTestOptions() ..environment = 'test-env' ..release = 'test-release' - ..sendDefaultPii = true ..enableLogs = true; final processor = MockTelemetryProcessor(); diff --git a/packages/dart/test/telemetry/metric/metric_capture_pipeline_test.dart b/packages/dart/test/telemetry/metric/metric_capture_pipeline_test.dart index e60f63d0e6..4d235796a3 100644 --- a/packages/dart/test/telemetry/metric/metric_capture_pipeline_test.dart +++ b/packages/dart/test/telemetry/metric/metric_capture_pipeline_test.dart @@ -118,21 +118,6 @@ void main() { expect(attributes[SemanticAttributesConstants.sentryEnvironment]?.value, 'callback-env'); }); - - test('does not add user attributes when sendDefaultPii is false', - () async { - fixture.options.sendDefaultPii = false; - await fixture.scope.setUser(SentryUser(id: 'user-id')); - - final metric = fixture.createMetric(); - - await fixture.pipeline.captureMetric(metric, scope: fixture.scope); - - expect( - metric.attributes.containsKey(SemanticAttributesConstants.userId), - isFalse, - ); - }); }); group('when metrics are disabled', () { @@ -196,7 +181,6 @@ class Fixture { final options = defaultTestOptions() ..environment = 'test-env' ..release = 'test-release' - ..sendDefaultPii = true ..enableMetrics = true; final processor = MockTelemetryProcessor(); diff --git a/packages/dio/lib/src/version.dart b/packages/dio/lib/src/version.dart index b4e3f3af5b..19ec9a6f2a 100644 --- a/packages/dio/lib/src/version.dart +++ b/packages/dio/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_dio'; diff --git a/packages/dio/pubspec.yaml b/packages/dio/pubspec.yaml index db7eeb17d2..8b52cb0a18 100644 --- a/packages/dio/pubspec.yaml +++ b/packages/dio/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_dio description: An integration which adds support for performance tracing for the Dio package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -19,7 +19,7 @@ platforms: dependencies: dio: ^5.2.0 - sentry: 9.13.0 + sentry: 9.14.0 dev_dependencies: meta: ^1.3.0 diff --git a/packages/drift/lib/src/version.dart b/packages/drift/lib/src/version.dart index 005f46fc3a..a3e7bcb85d 100644 --- a/packages/drift/lib/src/version.dart +++ b/packages/drift/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_drift'; diff --git a/packages/drift/pubspec.yaml b/packages/drift/pubspec.yaml index 5255cd7222..f402909cf5 100644 --- a/packages/drift/pubspec.yaml +++ b/packages/drift/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_drift description: An integration which adds support for performance tracing for the drift package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -17,7 +17,7 @@ platforms: web: dependencies: - sentry: 9.13.0 + sentry: 9.14.0 meta: ^1.3.0 drift: ^2.24.0 diff --git a/packages/file/lib/src/version.dart b/packages/file/lib/src/version.dart index 6b074bf411..aeb917c4da 100644 --- a/packages/file/lib/src/version.dart +++ b/packages/file/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_file'; diff --git a/packages/file/pubspec.yaml b/packages/file/pubspec.yaml index a4f5a845cd..df4b4ef86b 100644 --- a/packages/file/pubspec.yaml +++ b/packages/file/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_file description: An integration which adds support for performance tracing for dart.io.File. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -17,7 +17,7 @@ platforms: windows: dependencies: - sentry: 9.13.0 + sentry: 9.14.0 meta: ^1.3.0 dev_dependencies: diff --git a/packages/firebase_remote_config/pubspec.yaml b/packages/firebase_remote_config/pubspec.yaml index 1867defc2e..4ceffe0c22 100644 --- a/packages/firebase_remote_config/pubspec.yaml +++ b/packages/firebase_remote_config/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_firebase_remote_config description: "Sentry integration to use feature flags from Firebase Remote Config." -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -21,7 +21,7 @@ dependencies: flutter: sdk: flutter firebase_remote_config: '>=5.4.3 <7.0.0' - sentry: 9.13.0 + sentry: 9.14.0 dev_dependencies: flutter_test: diff --git a/packages/flutter/android/build.gradle b/packages/flutter/android/build.gradle index 3d68acbc1a..df383b8f3a 100644 --- a/packages/flutter/android/build.gradle +++ b/packages/flutter/android/build.gradle @@ -62,8 +62,8 @@ android { } dependencies { - api 'io.sentry:sentry-android:8.32.0' - debugImplementation 'io.sentry:sentry-spotlight:8.32.0' + api 'io.sentry:sentry-android:8.33.0' + debugImplementation 'io.sentry:sentry-spotlight:8.33.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework diff --git a/packages/flutter/example/integration_test/integration_test.dart b/packages/flutter/example/integration_test/integration_test.dart index 787f47a80a..c90edc5f0a 100644 --- a/packages/flutter/example/integration_test/integration_test.dart +++ b/packages/flutter/example/integration_test/integration_test.dart @@ -217,6 +217,7 @@ void main() { options.anrTimeoutInterval = const Duration(seconds: 2); options.connectionTimeout = const Duration(milliseconds: 1234); options.readTimeout = const Duration(milliseconds: 2345); + options.enableTombstone = true; }); }); @@ -280,12 +281,15 @@ void main() { expect(findMatchingPackage, isNotNull); } expect(androidOptions.isEnableAutoTraceIdGeneration(), isFalse); + expect(androidOptions.isTombstoneEnabled(), isTrue); + final androidProxy = androidOptions.getProxy(); expect(androidProxy, isNotNull); expect(androidProxy!.getHost()?.toDartString(), 'proxy.local'); expect(androidProxy.getPort()?.toDartString(), '8084'); expect(androidProxy.getUser()?.toDartString(), 'u'); expect(androidProxy.getPass()?.toDartString(), 'p'); + final r = androidOptions.getSessionReplay(); expect(r.getQuality(), jni.SentryReplayOptions$SentryReplayQuality.HIGH); expect(r.getSessionSampleRate(), isNotNull); diff --git a/packages/flutter/example/lib/main.dart b/packages/flutter/example/lib/main.dart index 7f65a7f9c2..cb0c89ad91 100644 --- a/packages/flutter/example/lib/main.dart +++ b/packages/flutter/example/lib/main.dart @@ -114,6 +114,15 @@ Future setupSentry( // Init your App. appRunner: appRunner, ); + + Sentry.configureScope((scope) { + final user = SentryUser( + id: SentryId.newId().toString(), + name: 'J. Smith', + email: 'j.smith@example.com', + ); + scope.setUser(user); + }); } class MyApp extends StatefulWidget { diff --git a/packages/flutter/example/pubspec.yaml b/packages/flutter/example/pubspec.yaml index e68d072b0a..ecbc240b82 100644 --- a/packages/flutter/example/pubspec.yaml +++ b/packages/flutter/example/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_flutter_example description: Demonstrates how to use the sentry_flutter plugin. -version: 9.13.0 +version: 9.14.0 publish_to: 'none' # Remove this line if you wish to publish to pub.dev diff --git a/packages/flutter/lib/src/native/java/binding.dart b/packages/flutter/lib/src/native/java/binding.dart index 41877da0b9..5c4753254f 100644 --- a/packages/flutter/lib/src/native/java/binding.dart +++ b/packages/flutter/lib/src/native/java/binding.dart @@ -1,4 +1,4 @@ -// AUTO GENERATED BY JNIGEN 0.15.0. DO NOT EDIT! +// AUTO GENERATED BY JNIGEN 0.14.2. DO NOT EDIT! // ignore_for_file: annotate_overrides // ignore_for_file: argument_type_not_assignable @@ -30,8 +30,8 @@ // ignore_for_file: unused_shown_name // ignore_for_file: use_super_parameters -import 'dart:core' as core$_; import 'dart:core' show Object, String, bool, double, int; +import 'dart:core' as core$_; import 'package:jni/_internal.dart' as jni$_; import 'package:jni/jni.dart' as jni$_; @@ -40,7 +40,7 @@ import 'package:jni/jni.dart' as jni$_; class SentryAndroid extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryAndroid.fromReference( @@ -52,11 +52,8 @@ class SentryAndroid extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/android/core/SentryAndroid'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryAndroid$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryAndroid$Type$(); + static const nullableType = $SentryAndroid$NullableType(); + static const type = $SentryAndroid$Type(); static final _id_init = _class.staticMethodId( r'init', r'(Landroid/content/Context;)V', @@ -194,9 +191,9 @@ class SentryAndroid extends jni$_.JObject { } } -final class $SentryAndroid$NullableType$ extends jni$_.JType { +final class $SentryAndroid$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryAndroid$NullableType$(); + const $SentryAndroid$NullableType(); @jni$_.internal @core$_.override @@ -211,29 +208,29 @@ final class $SentryAndroid$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryAndroid$NullableType$).hashCode; + int get hashCode => ($SentryAndroid$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryAndroid$NullableType$) && - other is $SentryAndroid$NullableType$; + return other.runtimeType == ($SentryAndroid$NullableType) && + other is $SentryAndroid$NullableType; } } -final class $SentryAndroid$Type$ extends jni$_.JType { +final class $SentryAndroid$Type extends jni$_.JObjType { @jni$_.internal - const $SentryAndroid$Type$(); + const $SentryAndroid$Type(); @jni$_.internal @core$_.override @@ -247,24 +244,24 @@ final class $SentryAndroid$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryAndroid$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryAndroid$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryAndroid$Type$).hashCode; + int get hashCode => ($SentryAndroid$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryAndroid$Type$) && - other is $SentryAndroid$Type$; + return other.runtimeType == ($SentryAndroid$Type) && + other is $SentryAndroid$Type; } } @@ -272,7 +269,7 @@ final class $SentryAndroid$Type$ extends jni$_.JType { class SentryAndroidOptions$BeforeCaptureCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryAndroidOptions$BeforeCaptureCallback.fromReference( @@ -284,13 +281,9 @@ class SentryAndroidOptions$BeforeCaptureCallback extends jni$_.JObject { r'io/sentry/android/core/SentryAndroidOptions$BeforeCaptureCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = - $SentryAndroidOptions$BeforeCaptureCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryAndroidOptions$BeforeCaptureCallback$Type$(); + static const nullableType = + $SentryAndroidOptions$BeforeCaptureCallback$NullableType(); + static const type = $SentryAndroidOptions$BeforeCaptureCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryEvent;Lio/sentry/Hint;Z)Z', @@ -361,10 +354,10 @@ class SentryAndroidOptions$BeforeCaptureCallback extends jni$_.JObject { final $a = $i.args; if ($d == r'execute(Lio/sentry/SentryEvent;Lio/sentry/Hint;Z)Z') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const $SentryEvent$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const $SentryEvent$Type(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), $a![2]! - .as(const jni$_.$JBoolean$Type$(), releaseOriginal: true) + .as(const jni$_.JBooleanType(), releaseOriginal: true) .booleanValue(releaseOriginal: true), ); return jni$_.JBoolean($r).reference.toPointer(); @@ -432,10 +425,10 @@ final class _$SentryAndroidOptions$BeforeCaptureCallback } } -final class $SentryAndroidOptions$BeforeCaptureCallback$NullableType$ - extends jni$_.JType { +final class $SentryAndroidOptions$BeforeCaptureCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryAndroidOptions$BeforeCaptureCallback$NullableType$(); + const $SentryAndroidOptions$BeforeCaptureCallback$NullableType(); @jni$_.internal @core$_.override @@ -453,12 +446,12 @@ final class $SentryAndroidOptions$BeforeCaptureCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - this; + jni$_.JObjType + get nullableType => this; @jni$_.internal @core$_.override @@ -466,20 +459,20 @@ final class $SentryAndroidOptions$BeforeCaptureCallback$NullableType$ @core$_.override int get hashCode => - ($SentryAndroidOptions$BeforeCaptureCallback$NullableType$).hashCode; + ($SentryAndroidOptions$BeforeCaptureCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryAndroidOptions$BeforeCaptureCallback$NullableType$) && - other is $SentryAndroidOptions$BeforeCaptureCallback$NullableType$; + ($SentryAndroidOptions$BeforeCaptureCallback$NullableType) && + other is $SentryAndroidOptions$BeforeCaptureCallback$NullableType; } } -final class $SentryAndroidOptions$BeforeCaptureCallback$Type$ - extends jni$_.JType { +final class $SentryAndroidOptions$BeforeCaptureCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryAndroidOptions$BeforeCaptureCallback$Type$(); + const $SentryAndroidOptions$BeforeCaptureCallback$Type(); @jni$_.internal @core$_.override @@ -495,12 +488,13 @@ final class $SentryAndroidOptions$BeforeCaptureCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryAndroidOptions$BeforeCaptureCallback$NullableType$(); + jni$_.JObjType + get nullableType => + const $SentryAndroidOptions$BeforeCaptureCallback$NullableType(); @jni$_.internal @core$_.override @@ -508,13 +502,13 @@ final class $SentryAndroidOptions$BeforeCaptureCallback$Type$ @core$_.override int get hashCode => - ($SentryAndroidOptions$BeforeCaptureCallback$Type$).hashCode; + ($SentryAndroidOptions$BeforeCaptureCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryAndroidOptions$BeforeCaptureCallback$Type$) && - other is $SentryAndroidOptions$BeforeCaptureCallback$Type$; + ($SentryAndroidOptions$BeforeCaptureCallback$Type) && + other is $SentryAndroidOptions$BeforeCaptureCallback$Type; } } @@ -522,7 +516,7 @@ final class $SentryAndroidOptions$BeforeCaptureCallback$Type$ class SentryAndroidOptions extends SentryOptions { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryAndroidOptions.fromReference( @@ -534,12 +528,8 @@ class SentryAndroidOptions extends SentryOptions { jni$_.JClass.forName(r'io/sentry/android/core/SentryAndroidOptions'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryAndroidOptions$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryAndroidOptions$Type$(); + static const nullableType = $SentryAndroidOptions$NullableType(); + static const type = $SentryAndroidOptions$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -1060,7 +1050,7 @@ class SentryAndroidOptions extends SentryOptions { jni$_.JObject getDebugImagesLoader() { return _getDebugImagesLoader( reference.pointer, _id_getDebugImagesLoader as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setDebugImagesLoader = _class.instanceMethodId( @@ -1570,7 +1560,7 @@ class SentryAndroidOptions extends SentryOptions { jni$_.JString? getNativeSdkName() { return _getNativeSdkName( reference.pointer, _id_getNativeSdkName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_isEnableRootCheck = _class.instanceMethodId( @@ -1646,7 +1636,7 @@ class SentryAndroidOptions extends SentryOptions { return _getBeforeScreenshotCaptureCallback(reference.pointer, _id_getBeforeScreenshotCaptureCallback as jni$_.JMethodIDPtr) .object( - const $SentryAndroidOptions$BeforeCaptureCallback$NullableType$()); + const $SentryAndroidOptions$BeforeCaptureCallback$NullableType()); } static final _id_setBeforeScreenshotCaptureCallback = _class.instanceMethodId( @@ -1704,7 +1694,7 @@ class SentryAndroidOptions extends SentryOptions { return _getBeforeViewHierarchyCaptureCallback(reference.pointer, _id_getBeforeViewHierarchyCaptureCallback as jni$_.JMethodIDPtr) .object( - const $SentryAndroidOptions$BeforeCaptureCallback$NullableType$()); + const $SentryAndroidOptions$BeforeCaptureCallback$NullableType()); } static final _id_setBeforeViewHierarchyCaptureCallback = @@ -2048,7 +2038,7 @@ class SentryAndroidOptions extends SentryOptions { jni$_.JObject? getFrameMetricsCollector() { return _getFrameMetricsCollector(reference.pointer, _id_getFrameMetricsCollector as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setFrameMetricsCollector = _class.instanceMethodId( @@ -2183,10 +2173,10 @@ class SentryAndroidOptions extends SentryOptions { } } -final class $SentryAndroidOptions$NullableType$ - extends jni$_.JType { +final class $SentryAndroidOptions$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryAndroidOptions$NullableType$(); + const $SentryAndroidOptions$NullableType(); @jni$_.internal @core$_.override @@ -2202,30 +2192,30 @@ final class $SentryAndroidOptions$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryOptions$NullableType$(); + jni$_.JObjType get superType => const $SentryOptions$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryAndroidOptions$NullableType$).hashCode; + int get hashCode => ($SentryAndroidOptions$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryAndroidOptions$NullableType$) && - other is $SentryAndroidOptions$NullableType$; + return other.runtimeType == ($SentryAndroidOptions$NullableType) && + other is $SentryAndroidOptions$NullableType; } } -final class $SentryAndroidOptions$Type$ - extends jni$_.JType { +final class $SentryAndroidOptions$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryAndroidOptions$Type$(); + const $SentryAndroidOptions$Type(); @jni$_.internal @core$_.override @@ -2239,24 +2229,24 @@ final class $SentryAndroidOptions$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryOptions$NullableType$(); + jni$_.JObjType get superType => const $SentryOptions$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryAndroidOptions$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryAndroidOptions$NullableType(); @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryAndroidOptions$Type$).hashCode; + int get hashCode => ($SentryAndroidOptions$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryAndroidOptions$Type$) && - other is $SentryAndroidOptions$Type$; + return other.runtimeType == ($SentryAndroidOptions$Type) && + other is $SentryAndroidOptions$Type; } } @@ -2264,7 +2254,7 @@ final class $SentryAndroidOptions$Type$ class InternalSentrySdk extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal InternalSentrySdk.fromReference( @@ -2276,11 +2266,8 @@ class InternalSentrySdk extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/android/core/InternalSentrySdk'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $InternalSentrySdk$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $InternalSentrySdk$Type$(); + static const nullableType = $InternalSentrySdk$NullableType(); + static const type = $InternalSentrySdk$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -2327,7 +2314,7 @@ class InternalSentrySdk extends jni$_.JObject { static jni$_.JObject? getCurrentScope() { return _getCurrentScope( _class.reference.pointer, _id_getCurrentScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_serializeScope = _class.staticMethodId( @@ -2371,9 +2358,8 @@ class InternalSentrySdk extends jni$_.JObject { _$sentryAndroidOptions.pointer, _$iScope.pointer) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_captureEnvelope = _class.staticMethodId( @@ -2402,7 +2388,7 @@ class InternalSentrySdk extends jni$_.JObject { final _$bs = bs.reference; return _captureEnvelope(_class.reference.pointer, _id_captureEnvelope as jni$_.JMethodIDPtr, _$bs.pointer, z ? 1 : 0) - .object(const $SentryId$NullableType$()); + .object(const $SentryId$NullableType()); } static final _id_getAppStartMeasurement = _class.staticMethodId( @@ -2428,9 +2414,8 @@ class InternalSentrySdk extends jni$_.JObject { return _getAppStartMeasurement(_class.reference.pointer, _id_getAppStartMeasurement as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setTrace = _class.staticMethodId( @@ -2481,10 +2466,10 @@ class InternalSentrySdk extends jni$_.JObject { } } -final class $InternalSentrySdk$NullableType$ - extends jni$_.JType { +final class $InternalSentrySdk$NullableType + extends jni$_.JObjType { @jni$_.internal - const $InternalSentrySdk$NullableType$(); + const $InternalSentrySdk$NullableType(); @jni$_.internal @core$_.override @@ -2500,29 +2485,29 @@ final class $InternalSentrySdk$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($InternalSentrySdk$NullableType$).hashCode; + int get hashCode => ($InternalSentrySdk$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($InternalSentrySdk$NullableType$) && - other is $InternalSentrySdk$NullableType$; + return other.runtimeType == ($InternalSentrySdk$NullableType) && + other is $InternalSentrySdk$NullableType; } } -final class $InternalSentrySdk$Type$ extends jni$_.JType { +final class $InternalSentrySdk$Type extends jni$_.JObjType { @jni$_.internal - const $InternalSentrySdk$Type$(); + const $InternalSentrySdk$Type(); @jni$_.internal @core$_.override @@ -2536,24 +2521,24 @@ final class $InternalSentrySdk$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $InternalSentrySdk$NullableType$(); + jni$_.JObjType get nullableType => + const $InternalSentrySdk$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($InternalSentrySdk$Type$).hashCode; + int get hashCode => ($InternalSentrySdk$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($InternalSentrySdk$Type$) && - other is $InternalSentrySdk$Type$; + return other.runtimeType == ($InternalSentrySdk$Type) && + other is $InternalSentrySdk$Type; } } @@ -2561,7 +2546,7 @@ final class $InternalSentrySdk$Type$ extends jni$_.JType { class BuildConfig extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal BuildConfig.fromReference( @@ -2573,11 +2558,8 @@ class BuildConfig extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/android/core/BuildConfig'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $BuildConfig$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $BuildConfig$Type$(); + static const nullableType = $BuildConfig$NullableType(); + static const type = $BuildConfig$Type(); /// from: `static public final boolean DEBUG` static const DEBUG = 0; @@ -2588,8 +2570,8 @@ class BuildConfig extends jni$_.JObject { /// from: `static public final java.lang.String LIBRARY_PACKAGE_NAME` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get LIBRARY_PACKAGE_NAME => _id_LIBRARY_PACKAGE_NAME - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get LIBRARY_PACKAGE_NAME => + _id_LIBRARY_PACKAGE_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_BUILD_TYPE = _class.staticFieldId( r'BUILD_TYPE', @@ -2599,7 +2581,7 @@ class BuildConfig extends jni$_.JObject { /// from: `static public final java.lang.String BUILD_TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BUILD_TYPE => - _id_BUILD_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_BUILD_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_SENTRY_ANDROID_SDK_NAME = _class.staticFieldId( r'SENTRY_ANDROID_SDK_NAME', @@ -2610,7 +2592,7 @@ class BuildConfig extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SENTRY_ANDROID_SDK_NAME => _id_SENTRY_ANDROID_SDK_NAME.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_VERSION_NAME = _class.staticFieldId( r'VERSION_NAME', @@ -2620,7 +2602,7 @@ class BuildConfig extends jni$_.JObject { /// from: `static public final java.lang.String VERSION_NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get VERSION_NAME => - _id_VERSION_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_VERSION_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -2647,9 +2629,9 @@ class BuildConfig extends jni$_.JObject { } } -final class $BuildConfig$NullableType$ extends jni$_.JType { +final class $BuildConfig$NullableType extends jni$_.JObjType { @jni$_.internal - const $BuildConfig$NullableType$(); + const $BuildConfig$NullableType(); @jni$_.internal @core$_.override @@ -2664,29 +2646,29 @@ final class $BuildConfig$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($BuildConfig$NullableType$).hashCode; + int get hashCode => ($BuildConfig$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($BuildConfig$NullableType$) && - other is $BuildConfig$NullableType$; + return other.runtimeType == ($BuildConfig$NullableType) && + other is $BuildConfig$NullableType; } } -final class $BuildConfig$Type$ extends jni$_.JType { +final class $BuildConfig$Type extends jni$_.JObjType { @jni$_.internal - const $BuildConfig$Type$(); + const $BuildConfig$Type(); @jni$_.internal @core$_.override @@ -2700,24 +2682,24 @@ final class $BuildConfig$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $BuildConfig$NullableType$(); + jni$_.JObjType get nullableType => + const $BuildConfig$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($BuildConfig$Type$).hashCode; + int get hashCode => ($BuildConfig$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($BuildConfig$Type$) && - other is $BuildConfig$Type$; + return other.runtimeType == ($BuildConfig$Type) && + other is $BuildConfig$Type; } } @@ -2725,7 +2707,7 @@ final class $BuildConfig$Type$ extends jni$_.JType { class ReplayIntegration extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ReplayIntegration.fromReference( @@ -2737,11 +2719,8 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/android/replay/ReplayIntegration'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ReplayIntegration$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $ReplayIntegration$Type$(); + static const nullableType = $ReplayIntegration$NullableType(); + static const type = $ReplayIntegration$Type(); static final _id_new$ = _class.constructorId( r'(Landroid/content/Context;Lio/sentry/transport/ICurrentDateProvider;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)V', ); @@ -3043,7 +3022,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JObject? getReplayCacheDir() { return _getReplayCacheDir( reference.pointer, _id_getReplayCacheDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_register = _class.instanceMethodId( @@ -3068,7 +3047,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.Pointer, jni$_.Pointer)>(); - /// from: `public fun register(scopes: io.sentry.IScopes, options: io.sentry.SentryOptions): kotlin.Unit` + /// from: `public void register(io.sentry.IScopes iScopes, io.sentry.SentryOptions sentryOptions)` void register( jni$_.JObject iScopes, SentryOptions sentryOptions, @@ -3097,7 +3076,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun isRecording(): kotlin.Boolean` + /// from: `public boolean isRecording()` bool isRecording() { return _isRecording( reference.pointer, _id_isRecording as jni$_.JMethodIDPtr) @@ -3121,7 +3100,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun start(): kotlin.Unit` + /// from: `public void start()` void start() { _start(reference.pointer, _id_start as jni$_.JMethodIDPtr).check(); } @@ -3143,7 +3122,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun resume(): kotlin.Unit` + /// from: `public void resume()` void resume() { _resume(reference.pointer, _id_resume as jni$_.JMethodIDPtr).check(); } @@ -3164,7 +3143,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun captureReplay(isTerminating: kotlin.Boolean?): kotlin.Unit` + /// from: `public void captureReplay(java.lang.Boolean boolean)` void captureReplay( jni$_.JBoolean? boolean, ) { @@ -3191,12 +3170,12 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun getReplayId(): io.sentry.protocol.SentryId` + /// from: `public io.sentry.protocol.SentryId getReplayId()` /// The returned object must be released after use, by calling the [release] method. SentryId getReplayId() { return _getReplayId( reference.pointer, _id_getReplayId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_setBreadcrumbConverter = _class.instanceMethodId( @@ -3215,7 +3194,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun setBreadcrumbConverter(converter: io.sentry.ReplayBreadcrumbConverter): kotlin.Unit` + /// from: `public void setBreadcrumbConverter(io.sentry.ReplayBreadcrumbConverter replayBreadcrumbConverter)` void setBreadcrumbConverter( jni$_.JObject replayBreadcrumbConverter, ) { @@ -3244,12 +3223,12 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun getBreadcrumbConverter(): io.sentry.ReplayBreadcrumbConverter` + /// from: `public io.sentry.ReplayBreadcrumbConverter getBreadcrumbConverter()` /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getBreadcrumbConverter() { return _getBreadcrumbConverter( reference.pointer, _id_getBreadcrumbConverter as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_pause = _class.instanceMethodId( @@ -3269,7 +3248,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun pause(): kotlin.Unit` + /// from: `public void pause()` void pause() { _pause(reference.pointer, _id_pause as jni$_.JMethodIDPtr).check(); } @@ -3291,7 +3270,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun enableDebugMaskingOverlay(): kotlin.Unit` + /// from: `public void enableDebugMaskingOverlay()` void enableDebugMaskingOverlay() { _enableDebugMaskingOverlay(reference.pointer, _id_enableDebugMaskingOverlay as jni$_.JMethodIDPtr) @@ -3316,7 +3295,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun disableDebugMaskingOverlay(): kotlin.Unit` + /// from: `public void disableDebugMaskingOverlay()` void disableDebugMaskingOverlay() { _disableDebugMaskingOverlay(reference.pointer, _id_disableDebugMaskingOverlay as jni$_.JMethodIDPtr) @@ -3341,7 +3320,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun isDebugMaskingOverlayEnabled(): kotlin.Boolean` + /// from: `public boolean isDebugMaskingOverlayEnabled()` bool isDebugMaskingOverlayEnabled() { return _isDebugMaskingOverlayEnabled(reference.pointer, _id_isDebugMaskingOverlayEnabled as jni$_.JMethodIDPtr) @@ -3365,7 +3344,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun stop(): kotlin.Unit` + /// from: `public void stop()` void stop() { _stop(reference.pointer, _id_stop as jni$_.JMethodIDPtr).check(); } @@ -3386,7 +3365,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onScreenshotRecorded(bitmap: android.graphics.Bitmap): kotlin.Unit` + /// from: `public void onScreenshotRecorded(android.graphics.Bitmap bitmap)` void onScreenshotRecorded( Bitmap bitmap, ) { @@ -3413,7 +3392,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer, int)>(); - /// from: `public fun onScreenshotRecorded(screenshot: java.io.File, frameTimestamp: kotlin.Long): kotlin.Unit` + /// from: `public void onScreenshotRecorded(java.io.File file, long j)` void onScreenshotRecorded$1( jni$_.JObject file, int j, @@ -3441,7 +3420,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun close(): kotlin.Unit` + /// from: `public void close()` void close() { _close(reference.pointer, _id_close as jni$_.JMethodIDPtr).check(); } @@ -3462,7 +3441,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onConnectionStatusChanged(status: io.sentry.IConnectionStatusProvider.ConnectionStatus): kotlin.Unit` + /// from: `public void onConnectionStatusChanged(io.sentry.IConnectionStatusProvider$ConnectionStatus connectionStatus)` void onConnectionStatusChanged( jni$_.JObject connectionStatus, ) { @@ -3490,7 +3469,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onRateLimitChanged(rateLimiter: io.sentry.transport.RateLimiter): kotlin.Unit` + /// from: `public void onRateLimitChanged(io.sentry.transport.RateLimiter rateLimiter)` void onRateLimitChanged( jni$_.JObject rateLimiter, ) { @@ -3516,7 +3495,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onTouchEvent(event: android.view.MotionEvent): kotlin.Unit` + /// from: `public void onTouchEvent(android.view.MotionEvent motionEvent)` void onTouchEvent( jni$_.JObject motionEvent, ) { @@ -3542,7 +3521,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function( jni$_.Pointer, jni$_.JMethodIDPtr, int, int)>(); - /// from: `public fun onWindowSizeChanged(width: kotlin.Int, height: kotlin.Int): kotlin.Unit` + /// from: `public void onWindowSizeChanged(int i, int i1)` void onWindowSizeChanged( int i, int i1, @@ -3568,7 +3547,7 @@ class ReplayIntegration extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onConfigurationChanged(config: io.sentry.android.replay.ScreenshotRecorderConfig): kotlin.Unit` + /// from: `public final void onConfigurationChanged(io.sentry.android.replay.ScreenshotRecorderConfig screenshotRecorderConfig)` void onConfigurationChanged( ScreenshotRecorderConfig screenshotRecorderConfig, ) { @@ -3581,10 +3560,10 @@ class ReplayIntegration extends jni$_.JObject { } } -final class $ReplayIntegration$NullableType$ - extends jni$_.JType { +final class $ReplayIntegration$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ReplayIntegration$NullableType$(); + const $ReplayIntegration$NullableType(); @jni$_.internal @core$_.override @@ -3600,29 +3579,29 @@ final class $ReplayIntegration$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayIntegration$NullableType$).hashCode; + int get hashCode => ($ReplayIntegration$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayIntegration$NullableType$) && - other is $ReplayIntegration$NullableType$; + return other.runtimeType == ($ReplayIntegration$NullableType) && + other is $ReplayIntegration$NullableType; } } -final class $ReplayIntegration$Type$ extends jni$_.JType { +final class $ReplayIntegration$Type extends jni$_.JObjType { @jni$_.internal - const $ReplayIntegration$Type$(); + const $ReplayIntegration$Type(); @jni$_.internal @core$_.override @@ -3636,24 +3615,24 @@ final class $ReplayIntegration$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ReplayIntegration$NullableType$(); + jni$_.JObjType get nullableType => + const $ReplayIntegration$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayIntegration$Type$).hashCode; + int get hashCode => ($ReplayIntegration$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayIntegration$Type$) && - other is $ReplayIntegration$Type$; + return other.runtimeType == ($ReplayIntegration$Type) && + other is $ReplayIntegration$Type; } } @@ -3661,7 +3640,7 @@ final class $ReplayIntegration$Type$ extends jni$_.JType { class ScreenshotRecorderConfig$Companion extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ScreenshotRecorderConfig$Companion.fromReference( @@ -3673,12 +3652,9 @@ class ScreenshotRecorderConfig$Companion extends jni$_.JObject { r'io/sentry/android/replay/ScreenshotRecorderConfig$Companion'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ScreenshotRecorderConfig$Companion$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $ScreenshotRecorderConfig$Companion$Type$(); + static const nullableType = + $ScreenshotRecorderConfig$Companion$NullableType(); + static const type = $ScreenshotRecorderConfig$Companion$Type(); static final _id_fromSize = _class.instanceMethodId( r'fromSize', r'(Landroid/content/Context;Lio/sentry/SentryReplayOptions;II)Lio/sentry/android/replay/ScreenshotRecorderConfig;', @@ -3705,7 +3681,7 @@ class ScreenshotRecorderConfig$Companion extends jni$_.JObject { int, int)>(); - /// from: `public fun fromSize(context: android.content.Context, sessionReplay: io.sentry.SentryReplayOptions, windowWidth: kotlin.Int, windowHeight: kotlin.Int): io.sentry.android.replay.ScreenshotRecorderConfig` + /// from: `public final io.sentry.android.replay.ScreenshotRecorderConfig fromSize(android.content.Context context, io.sentry.SentryReplayOptions sentryReplayOptions, int i, int i1)` /// The returned object must be released after use, by calling the [release] method. ScreenshotRecorderConfig fromSize( Context context, @@ -3718,7 +3694,7 @@ class ScreenshotRecorderConfig$Companion extends jni$_.JObject { return _fromSize(reference.pointer, _id_fromSize as jni$_.JMethodIDPtr, _$context.pointer, _$sentryReplayOptions.pointer, i, i1) .object( - const $ScreenshotRecorderConfig$Type$()); + const $ScreenshotRecorderConfig$Type()); } static final _id_new$ = _class.constructorId( @@ -3751,10 +3727,10 @@ class ScreenshotRecorderConfig$Companion extends jni$_.JObject { } } -final class $ScreenshotRecorderConfig$Companion$NullableType$ - extends jni$_.JType { +final class $ScreenshotRecorderConfig$Companion$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ScreenshotRecorderConfig$Companion$NullableType$(); + const $ScreenshotRecorderConfig$Companion$NullableType(); @jni$_.internal @core$_.override @@ -3772,11 +3748,11 @@ final class $ScreenshotRecorderConfig$Companion$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override @@ -3784,20 +3760,20 @@ final class $ScreenshotRecorderConfig$Companion$NullableType$ @core$_.override int get hashCode => - ($ScreenshotRecorderConfig$Companion$NullableType$).hashCode; + ($ScreenshotRecorderConfig$Companion$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($ScreenshotRecorderConfig$Companion$NullableType$) && - other is $ScreenshotRecorderConfig$Companion$NullableType$; + ($ScreenshotRecorderConfig$Companion$NullableType) && + other is $ScreenshotRecorderConfig$Companion$NullableType; } } -final class $ScreenshotRecorderConfig$Companion$Type$ - extends jni$_.JType { +final class $ScreenshotRecorderConfig$Companion$Type + extends jni$_.JObjType { @jni$_.internal - const $ScreenshotRecorderConfig$Companion$Type$(); + const $ScreenshotRecorderConfig$Companion$Type(); @jni$_.internal @core$_.override @@ -3813,24 +3789,24 @@ final class $ScreenshotRecorderConfig$Companion$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ScreenshotRecorderConfig$Companion$NullableType$(); + jni$_.JObjType get nullableType => + const $ScreenshotRecorderConfig$Companion$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScreenshotRecorderConfig$Companion$Type$).hashCode; + int get hashCode => ($ScreenshotRecorderConfig$Companion$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScreenshotRecorderConfig$Companion$Type$) && - other is $ScreenshotRecorderConfig$Companion$Type$; + return other.runtimeType == ($ScreenshotRecorderConfig$Companion$Type) && + other is $ScreenshotRecorderConfig$Companion$Type; } } @@ -3838,7 +3814,7 @@ final class $ScreenshotRecorderConfig$Companion$Type$ class ScreenshotRecorderConfig extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ScreenshotRecorderConfig.fromReference( @@ -3850,12 +3826,8 @@ class ScreenshotRecorderConfig extends jni$_.JObject { r'io/sentry/android/replay/ScreenshotRecorderConfig'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ScreenshotRecorderConfig$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $ScreenshotRecorderConfig$Type$(); + static const nullableType = $ScreenshotRecorderConfig$NullableType(); + static const type = $ScreenshotRecorderConfig$Type(); static final _id_Companion = _class.staticFieldId( r'Companion', r'Lio/sentry/android/replay/ScreenshotRecorderConfig$Companion;', @@ -3864,7 +3836,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { /// from: `static public final io.sentry.android.replay.ScreenshotRecorderConfig$Companion Companion` /// The returned object must be released after use, by calling the [release] method. static ScreenshotRecorderConfig$Companion get Companion => _id_Companion.get( - _class, const $ScreenshotRecorderConfig$Companion$Type$()); + _class, const $ScreenshotRecorderConfig$Companion$Type()); static final _id_new$ = _class.constructorId( r'(IIFFII)V', @@ -4096,7 +4068,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component1(): kotlin.Int` + /// from: `public final int component1()` int component1() { return _component1(reference.pointer, _id_component1 as jni$_.JMethodIDPtr) .integer; @@ -4119,7 +4091,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component2(): kotlin.Int` + /// from: `public final int component2()` int component2() { return _component2(reference.pointer, _id_component2 as jni$_.JMethodIDPtr) .integer; @@ -4142,7 +4114,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component3(): kotlin.Float` + /// from: `public final float component3()` double component3() { return _component3(reference.pointer, _id_component3 as jni$_.JMethodIDPtr) .float; @@ -4165,7 +4137,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component4(): kotlin.Float` + /// from: `public final float component4()` double component4() { return _component4(reference.pointer, _id_component4 as jni$_.JMethodIDPtr) .float; @@ -4188,7 +4160,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component5(): kotlin.Int` + /// from: `public final int component5()` int component5() { return _component5(reference.pointer, _id_component5 as jni$_.JMethodIDPtr) .integer; @@ -4211,7 +4183,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public operator fun component6(): kotlin.Int` + /// from: `public final int component6()` int component6() { return _component6(reference.pointer, _id_component6 as jni$_.JMethodIDPtr) .integer; @@ -4240,7 +4212,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JniResult Function(jni$_.Pointer, jni$_.JMethodIDPtr, int, int, double, double, int, int)>(); - /// from: `public fun copy(recordingWidth: kotlin.Int, recordingHeight: kotlin.Int, scaleFactorX: kotlin.Float, scaleFactorY: kotlin.Float, frameRate: kotlin.Int, bitRate: kotlin.Int): io.sentry.android.replay.ScreenshotRecorderConfig` + /// from: `public final io.sentry.android.replay.ScreenshotRecorderConfig copy(int i, int i1, float f, float f1, int i2, int i3)` /// The returned object must be released after use, by calling the [release] method. ScreenshotRecorderConfig copy( int i, @@ -4253,7 +4225,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { return _copy(reference.pointer, _id_copy as jni$_.JMethodIDPtr, i, i1, f, f1, i2, i3) .object( - const $ScreenshotRecorderConfig$Type$()); + const $ScreenshotRecorderConfig$Type()); } static final _id_toString$1 = _class.instanceMethodId( @@ -4273,11 +4245,11 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun toString(): kotlin.String` + /// from: `public java.lang.String toString()` /// The returned object must be released after use, by calling the [release] method. jni$_.JString toString$1() { return _toString$1(reference.pointer, _id_toString$1 as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_hashCode$1 = _class.instanceMethodId( @@ -4297,7 +4269,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun hashCode(): kotlin.Int` + /// from: `public int hashCode()` int hashCode$1() { return _hashCode$1(reference.pointer, _id_hashCode$1 as jni$_.JMethodIDPtr) .integer; @@ -4319,7 +4291,7 @@ class ScreenshotRecorderConfig extends jni$_.JObject { jni$_.JniResult Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public operator fun equals(other: kotlin.Any?): kotlin.Boolean` + /// from: `public boolean equals(java.lang.Object object)` bool equals( jni$_.JObject? object, ) { @@ -4330,10 +4302,10 @@ class ScreenshotRecorderConfig extends jni$_.JObject { } } -final class $ScreenshotRecorderConfig$NullableType$ - extends jni$_.JType { +final class $ScreenshotRecorderConfig$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ScreenshotRecorderConfig$NullableType$(); + const $ScreenshotRecorderConfig$NullableType(); @jni$_.internal @core$_.override @@ -4350,30 +4322,30 @@ final class $ScreenshotRecorderConfig$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScreenshotRecorderConfig$NullableType$).hashCode; + int get hashCode => ($ScreenshotRecorderConfig$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScreenshotRecorderConfig$NullableType$) && - other is $ScreenshotRecorderConfig$NullableType$; + return other.runtimeType == ($ScreenshotRecorderConfig$NullableType) && + other is $ScreenshotRecorderConfig$NullableType; } } -final class $ScreenshotRecorderConfig$Type$ - extends jni$_.JType { +final class $ScreenshotRecorderConfig$Type + extends jni$_.JObjType { @jni$_.internal - const $ScreenshotRecorderConfig$Type$(); + const $ScreenshotRecorderConfig$Type(); @jni$_.internal @core$_.override @@ -4388,24 +4360,24 @@ final class $ScreenshotRecorderConfig$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ScreenshotRecorderConfig$NullableType$(); + jni$_.JObjType get nullableType => + const $ScreenshotRecorderConfig$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScreenshotRecorderConfig$Type$).hashCode; + int get hashCode => ($ScreenshotRecorderConfig$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScreenshotRecorderConfig$Type$) && - other is $ScreenshotRecorderConfig$Type$; + return other.runtimeType == ($ScreenshotRecorderConfig$Type) && + other is $ScreenshotRecorderConfig$Type; } } @@ -4413,7 +4385,7 @@ final class $ScreenshotRecorderConfig$Type$ class SentryFlutterPlugin$Companion extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryFlutterPlugin$Companion.fromReference( @@ -4425,12 +4397,8 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/flutter/SentryFlutterPlugin$Companion'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryFlutterPlugin$Companion$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryFlutterPlugin$Companion$Type$(); + static const nullableType = $SentryFlutterPlugin$Companion$NullableType(); + static const type = $SentryFlutterPlugin$Companion$Type(); static final _id_tearDownReplayIntegration = _class.instanceMethodId( r'tearDownReplayIntegration', r'()V', @@ -4448,7 +4416,7 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun tearDownReplayIntegration(): kotlin.Unit` + /// from: `public final void tearDownReplayIntegration()` void tearDownReplayIntegration() { _tearDownReplayIntegration(reference.pointer, _id_tearDownReplayIntegration as jni$_.JMethodIDPtr) @@ -4473,12 +4441,12 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun privateSentryGetReplayIntegration(): io.sentry.android.replay.ReplayIntegration?` + /// from: `public final io.sentry.android.replay.ReplayIntegration privateSentryGetReplayIntegration()` /// The returned object must be released after use, by calling the [release] method. ReplayIntegration? privateSentryGetReplayIntegration() { return _privateSentryGetReplayIntegration(reference.pointer, _id_privateSentryGetReplayIntegration as jni$_.JMethodIDPtr) - .object(const $ReplayIntegration$NullableType$()); + .object(const $ReplayIntegration$NullableType()); } static final _id_setupReplay = _class.instanceMethodId( @@ -4503,7 +4471,7 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.Pointer, jni$_.Pointer)>(); - /// from: `public fun setupReplay(options: io.sentry.android.core.SentryAndroidOptions, replayCallbacks: io.sentry.flutter.ReplayRecorderCallbacks?): kotlin.Unit` + /// from: `public final void setupReplay(io.sentry.android.core.SentryAndroidOptions sentryAndroidOptions, io.sentry.flutter.ReplayRecorderCallbacks replayRecorderCallbacks)` void setupReplay( SentryAndroidOptions sentryAndroidOptions, ReplayRecorderCallbacks? replayRecorderCallbacks, @@ -4533,7 +4501,7 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun crash(): kotlin.Unit` + /// from: `public final void crash()` void crash() { _crash(reference.pointer, _id_crash as jni$_.JMethodIDPtr).check(); } @@ -4555,12 +4523,12 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun getDisplayRefreshRate(): kotlin.Int?` + /// from: `public final java.lang.Integer getDisplayRefreshRate()` /// The returned object must be released after use, by calling the [release] method. jni$_.JInteger? getDisplayRefreshRate() { return _getDisplayRefreshRate( reference.pointer, _id_getDisplayRefreshRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JInteger$NullableType$()); + .object(const jni$_.JIntegerNullableType()); } static final _id_fetchNativeAppStartAsBytes = _class.instanceMethodId( @@ -4581,12 +4549,12 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun fetchNativeAppStartAsBytes(): kotlin.ByteArray?` + /// from: `public final byte[] fetchNativeAppStartAsBytes()` /// The returned object must be released after use, by calling the [release] method. jni$_.JByteArray? fetchNativeAppStartAsBytes() { return _fetchNativeAppStartAsBytes(reference.pointer, _id_fetchNativeAppStartAsBytes as jni$_.JMethodIDPtr) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_getApplicationContext = _class.instanceMethodId( @@ -4606,12 +4574,12 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun getApplicationContext(): android.content.Context?` + /// from: `public final android.content.Context getApplicationContext()` /// The returned object must be released after use, by calling the [release] method. Context? getApplicationContext() { return _getApplicationContext( reference.pointer, _id_getApplicationContext as jni$_.JMethodIDPtr) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_loadContextsAsBytes = _class.instanceMethodId( @@ -4631,12 +4599,12 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun loadContextsAsBytes(): kotlin.ByteArray?` + /// from: `public final byte[] loadContextsAsBytes()` /// The returned object must be released after use, by calling the [release] method. jni$_.JByteArray? loadContextsAsBytes() { return _loadContextsAsBytes( reference.pointer, _id_loadContextsAsBytes as jni$_.JMethodIDPtr) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_loadDebugImagesAsBytes = _class.instanceMethodId( @@ -4655,7 +4623,7 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { jni$_.JniResult Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun loadDebugImagesAsBytes(addresses: kotlin.collections.Set): kotlin.ByteArray?` + /// from: `public final byte[] loadDebugImagesAsBytes(java.util.Set set)` /// The returned object must be released after use, by calling the [release] method. jni$_.JByteArray? loadDebugImagesAsBytes( jni$_.JSet set, @@ -4663,7 +4631,7 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { final _$set = set.reference; return _loadDebugImagesAsBytes(reference.pointer, _id_loadDebugImagesAsBytes as jni$_.JMethodIDPtr, _$set.pointer) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_new$ = _class.constructorId( @@ -4696,10 +4664,10 @@ class SentryFlutterPlugin$Companion extends jni$_.JObject { } } -final class $SentryFlutterPlugin$Companion$NullableType$ - extends jni$_.JType { +final class $SentryFlutterPlugin$Companion$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryFlutterPlugin$Companion$NullableType$(); + const $SentryFlutterPlugin$Companion$NullableType(); @jni$_.internal @core$_.override @@ -4715,31 +4683,30 @@ final class $SentryFlutterPlugin$Companion$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryFlutterPlugin$Companion$NullableType$).hashCode; + int get hashCode => ($SentryFlutterPlugin$Companion$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == - ($SentryFlutterPlugin$Companion$NullableType$) && - other is $SentryFlutterPlugin$Companion$NullableType$; + return other.runtimeType == ($SentryFlutterPlugin$Companion$NullableType) && + other is $SentryFlutterPlugin$Companion$NullableType; } } -final class $SentryFlutterPlugin$Companion$Type$ - extends jni$_.JType { +final class $SentryFlutterPlugin$Companion$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryFlutterPlugin$Companion$Type$(); + const $SentryFlutterPlugin$Companion$Type(); @jni$_.internal @core$_.override @@ -4753,24 +4720,24 @@ final class $SentryFlutterPlugin$Companion$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryFlutterPlugin$Companion$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryFlutterPlugin$Companion$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryFlutterPlugin$Companion$Type$).hashCode; + int get hashCode => ($SentryFlutterPlugin$Companion$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryFlutterPlugin$Companion$Type$) && - other is $SentryFlutterPlugin$Companion$Type$; + return other.runtimeType == ($SentryFlutterPlugin$Companion$Type) && + other is $SentryFlutterPlugin$Companion$Type; } } @@ -4778,7 +4745,7 @@ final class $SentryFlutterPlugin$Companion$Type$ class SentryFlutterPlugin extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryFlutterPlugin.fromReference( @@ -4790,12 +4757,8 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/flutter/SentryFlutterPlugin'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryFlutterPlugin$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryFlutterPlugin$Type$(); + static const nullableType = $SentryFlutterPlugin$NullableType(); + static const type = $SentryFlutterPlugin$Type(); static final _id_Companion = _class.staticFieldId( r'Companion', r'Lio/sentry/flutter/SentryFlutterPlugin$Companion;', @@ -4804,7 +4767,7 @@ class SentryFlutterPlugin extends jni$_.JObject { /// from: `static public final io.sentry.flutter.SentryFlutterPlugin$Companion Companion` /// The returned object must be released after use, by calling the [release] method. static SentryFlutterPlugin$Companion get Companion => - _id_Companion.get(_class, const $SentryFlutterPlugin$Companion$Type$()); + _id_Companion.get(_class, const $SentryFlutterPlugin$Companion$Type()); static final _id_new$ = _class.constructorId( r'()V', @@ -4846,7 +4809,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onAttachedToEngine(flutterPluginBinding: io.flutter.embedding.engine.plugins.FlutterPlugin.FlutterPluginBinding): kotlin.Unit` + /// from: `public void onAttachedToEngine(io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding flutterPluginBinding)` void onAttachedToEngine( jni$_.JObject flutterPluginBinding, ) { @@ -4880,7 +4843,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.Pointer, jni$_.Pointer)>(); - /// from: `public fun onMethodCall(call: io.flutter.plugin.common.MethodCall, result: io.flutter.plugin.common.MethodChannel.Result): kotlin.Unit` + /// from: `public void onMethodCall(io.flutter.plugin.common.MethodCall methodCall, io.flutter.plugin.common.MethodChannel$Result result)` void onMethodCall( jni$_.JObject methodCall, jni$_.JObject result, @@ -4908,7 +4871,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onDetachedFromEngine(binding: io.flutter.embedding.engine.plugins.FlutterPlugin.FlutterPluginBinding): kotlin.Unit` + /// from: `public void onDetachedFromEngine(io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding flutterPluginBinding)` void onDetachedFromEngine( jni$_.JObject flutterPluginBinding, ) { @@ -4936,7 +4899,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onAttachedToActivity(binding: io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding): kotlin.Unit` + /// from: `public void onAttachedToActivity(io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding activityPluginBinding)` void onAttachedToActivity( jni$_.JObject activityPluginBinding, ) { @@ -4965,7 +4928,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun onDetachedFromActivity(): kotlin.Unit` + /// from: `public void onDetachedFromActivity()` void onDetachedFromActivity() { _onDetachedFromActivity( reference.pointer, _id_onDetachedFromActivity as jni$_.JMethodIDPtr) @@ -4990,7 +4953,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer)>(); - /// from: `public fun onReattachedToActivityForConfigChanges(binding: io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding): kotlin.Unit` + /// from: `public void onReattachedToActivityForConfigChanges(io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding activityPluginBinding)` void onReattachedToActivityForConfigChanges( jni$_.JObject activityPluginBinding, ) { @@ -5021,7 +4984,7 @@ class SentryFlutterPlugin extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun onDetachedFromActivityForConfigChanges(): kotlin.Unit` + /// from: `public void onDetachedFromActivityForConfigChanges()` void onDetachedFromActivityForConfigChanges() { _onDetachedFromActivityForConfigChanges(reference.pointer, _id_onDetachedFromActivityForConfigChanges as jni$_.JMethodIDPtr) @@ -5051,7 +5014,7 @@ class SentryFlutterPlugin extends jni$_.JObject { static ReplayIntegration? privateSentryGetReplayIntegration() { return _privateSentryGetReplayIntegration(_class.reference.pointer, _id_privateSentryGetReplayIntegration as jni$_.JMethodIDPtr) - .object(const $ReplayIntegration$NullableType$()); + .object(const $ReplayIntegration$NullableType()); } static final _id_setupReplay = _class.staticMethodId( @@ -5136,7 +5099,7 @@ class SentryFlutterPlugin extends jni$_.JObject { static jni$_.JInteger? getDisplayRefreshRate() { return _getDisplayRefreshRate(_class.reference.pointer, _id_getDisplayRefreshRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JInteger$NullableType$()); + .object(const jni$_.JIntegerNullableType()); } static final _id_fetchNativeAppStartAsBytes = _class.staticMethodId( @@ -5162,7 +5125,7 @@ class SentryFlutterPlugin extends jni$_.JObject { static jni$_.JByteArray? fetchNativeAppStartAsBytes() { return _fetchNativeAppStartAsBytes(_class.reference.pointer, _id_fetchNativeAppStartAsBytes as jni$_.JMethodIDPtr) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_getApplicationContext = _class.staticMethodId( @@ -5187,7 +5150,7 @@ class SentryFlutterPlugin extends jni$_.JObject { static Context? getApplicationContext() { return _getApplicationContext(_class.reference.pointer, _id_getApplicationContext as jni$_.JMethodIDPtr) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_loadContextsAsBytes = _class.staticMethodId( @@ -5212,7 +5175,7 @@ class SentryFlutterPlugin extends jni$_.JObject { static jni$_.JByteArray? loadContextsAsBytes() { return _loadContextsAsBytes(_class.reference.pointer, _id_loadContextsAsBytes as jni$_.JMethodIDPtr) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_loadDebugImagesAsBytes = _class.staticMethodId( @@ -5239,14 +5202,14 @@ class SentryFlutterPlugin extends jni$_.JObject { final _$set = set.reference; return _loadDebugImagesAsBytes(_class.reference.pointer, _id_loadDebugImagesAsBytes as jni$_.JMethodIDPtr, _$set.pointer) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } } -final class $SentryFlutterPlugin$NullableType$ - extends jni$_.JType { +final class $SentryFlutterPlugin$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryFlutterPlugin$NullableType$(); + const $SentryFlutterPlugin$NullableType(); @jni$_.internal @core$_.override @@ -5262,30 +5225,30 @@ final class $SentryFlutterPlugin$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryFlutterPlugin$NullableType$).hashCode; + int get hashCode => ($SentryFlutterPlugin$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryFlutterPlugin$NullableType$) && - other is $SentryFlutterPlugin$NullableType$; + return other.runtimeType == ($SentryFlutterPlugin$NullableType) && + other is $SentryFlutterPlugin$NullableType; } } -final class $SentryFlutterPlugin$Type$ - extends jni$_.JType { +final class $SentryFlutterPlugin$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryFlutterPlugin$Type$(); + const $SentryFlutterPlugin$Type(); @jni$_.internal @core$_.override @@ -5299,24 +5262,24 @@ final class $SentryFlutterPlugin$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryFlutterPlugin$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryFlutterPlugin$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryFlutterPlugin$Type$).hashCode; + int get hashCode => ($SentryFlutterPlugin$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryFlutterPlugin$Type$) && - other is $SentryFlutterPlugin$Type$; + return other.runtimeType == ($SentryFlutterPlugin$Type) && + other is $SentryFlutterPlugin$Type; } } @@ -5324,7 +5287,7 @@ final class $SentryFlutterPlugin$Type$ class ReplayRecorderCallbacks extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ReplayRecorderCallbacks.fromReference( @@ -5336,12 +5299,8 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/flutter/ReplayRecorderCallbacks'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ReplayRecorderCallbacks$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $ReplayRecorderCallbacks$Type$(); + static const nullableType = $ReplayRecorderCallbacks$NullableType(); + static const type = $ReplayRecorderCallbacks$Type(); static final _id_replayStarted = _class.instanceMethodId( r'replayStarted', r'(Ljava/lang/String;Z)V', @@ -5359,7 +5318,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JThrowablePtr Function(jni$_.Pointer, jni$_.JMethodIDPtr, jni$_.Pointer, int)>(); - /// from: `public fun replayStarted(replayId: kotlin.String, replayIsBuffering: kotlin.Boolean): kotlin.Unit` + /// from: `public abstract void replayStarted(java.lang.String string, boolean z)` void replayStarted( jni$_.JString string, bool z, @@ -5387,7 +5346,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun replayResumed(): kotlin.Unit` + /// from: `public abstract void replayResumed()` void replayResumed() { _replayResumed(reference.pointer, _id_replayResumed as jni$_.JMethodIDPtr) .check(); @@ -5410,7 +5369,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun replayPaused(): kotlin.Unit` + /// from: `public abstract void replayPaused()` void replayPaused() { _replayPaused(reference.pointer, _id_replayPaused as jni$_.JMethodIDPtr) .check(); @@ -5433,7 +5392,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun replayStopped(): kotlin.Unit` + /// from: `public abstract void replayStopped()` void replayStopped() { _replayStopped(reference.pointer, _id_replayStopped as jni$_.JMethodIDPtr) .check(); @@ -5456,7 +5415,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JMethodIDPtr, )>(); - /// from: `public fun replayReset(): kotlin.Unit` + /// from: `public abstract void replayReset()` void replayReset() { _replayReset(reference.pointer, _id_replayReset as jni$_.JMethodIDPtr) .check(); @@ -5478,7 +5437,7 @@ class ReplayRecorderCallbacks extends jni$_.JObject { jni$_.JThrowablePtr Function( jni$_.Pointer, jni$_.JMethodIDPtr, int, int, int)>(); - /// from: `public fun replayConfigChanged(width: kotlin.Int, height: kotlin.Int, frameRate: kotlin.Int): kotlin.Unit` + /// from: `public abstract void replayConfigChanged(int i, int i1, int i2)` void replayConfigChanged( int i, int i1, @@ -5521,9 +5480,9 @@ class ReplayRecorderCallbacks extends jni$_.JObject { final $a = $i.args; if ($d == r'replayStarted(Ljava/lang/String;Z)V') { _$impls[$p]!.replayStarted( - $a![0]!.as(const jni$_.$JString$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JStringType(), releaseOriginal: true), $a![1]! - .as(const jni$_.$JBoolean$Type$(), releaseOriginal: true) + .as(const jni$_.JBooleanType(), releaseOriginal: true) .booleanValue(releaseOriginal: true), ); return jni$_.nullptr; @@ -5547,13 +5506,13 @@ class ReplayRecorderCallbacks extends jni$_.JObject { if ($d == r'replayConfigChanged(III)V') { _$impls[$p]!.replayConfigChanged( $a![0]! - .as(const jni$_.$JInteger$Type$(), releaseOriginal: true) + .as(const jni$_.JIntegerType(), releaseOriginal: true) .intValue(releaseOriginal: true), $a![1]! - .as(const jni$_.$JInteger$Type$(), releaseOriginal: true) + .as(const jni$_.JIntegerType(), releaseOriginal: true) .intValue(releaseOriginal: true), $a![2]! - .as(const jni$_.$JInteger$Type$(), releaseOriginal: true) + .as(const jni$_.JIntegerType(), releaseOriginal: true) .intValue(releaseOriginal: true), ); return jni$_.nullptr; @@ -5696,10 +5655,10 @@ final class _$ReplayRecorderCallbacks with $ReplayRecorderCallbacks { } } -final class $ReplayRecorderCallbacks$NullableType$ - extends jni$_.JType { +final class $ReplayRecorderCallbacks$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecorderCallbacks$NullableType$(); + const $ReplayRecorderCallbacks$NullableType(); @jni$_.internal @core$_.override @@ -5715,30 +5674,30 @@ final class $ReplayRecorderCallbacks$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecorderCallbacks$NullableType$).hashCode; + int get hashCode => ($ReplayRecorderCallbacks$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecorderCallbacks$NullableType$) && - other is $ReplayRecorderCallbacks$NullableType$; + return other.runtimeType == ($ReplayRecorderCallbacks$NullableType) && + other is $ReplayRecorderCallbacks$NullableType; } } -final class $ReplayRecorderCallbacks$Type$ - extends jni$_.JType { +final class $ReplayRecorderCallbacks$Type + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecorderCallbacks$Type$(); + const $ReplayRecorderCallbacks$Type(); @jni$_.internal @core$_.override @@ -5752,24 +5711,24 @@ final class $ReplayRecorderCallbacks$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$Type$(); + jni$_.JObjType get superType => const jni$_.JObjectType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ReplayRecorderCallbacks$NullableType$(); + jni$_.JObjType get nullableType => + const $ReplayRecorderCallbacks$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecorderCallbacks$Type$).hashCode; + int get hashCode => ($ReplayRecorderCallbacks$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecorderCallbacks$Type$) && - other is $ReplayRecorderCallbacks$Type$; + return other.runtimeType == ($ReplayRecorderCallbacks$Type) && + other is $ReplayRecorderCallbacks$Type; } } @@ -5778,10 +5737,10 @@ class Sentry$OptionsConfiguration<$T extends jni$_.JObject?> extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType> $type; + final jni$_.JObjType> $type; @jni$_.internal - final jni$_.JType<$T> T; + final jni$_.JObjType<$T> T; @jni$_.internal Sentry$OptionsConfiguration.fromReference( @@ -5794,21 +5753,19 @@ class Sentry$OptionsConfiguration<$T extends jni$_.JObject?> jni$_.JClass.forName(r'io/sentry/Sentry$OptionsConfiguration'); /// The type which includes information such as the signature of this class. - static jni$_.JType?> + static $Sentry$OptionsConfiguration$NullableType<$T> nullableType<$T extends jni$_.JObject?>( - jni$_.JType<$T> T, + jni$_.JObjType<$T> T, ) { - return $Sentry$OptionsConfiguration$NullableType$<$T>( + return $Sentry$OptionsConfiguration$NullableType<$T>( T, ); } - /// The type which includes information such as the signature of this class. - static jni$_.JType> - type<$T extends jni$_.JObject?>( - jni$_.JType<$T> T, + static $Sentry$OptionsConfiguration$Type<$T> type<$T extends jni$_.JObject?>( + jni$_.JObjType<$T> T, ) { - return $Sentry$OptionsConfiguration$Type$<$T>( + return $Sentry$OptionsConfiguration$Type<$T>( T, ); } @@ -5923,12 +5880,12 @@ class Sentry$OptionsConfiguration<$T extends jni$_.JObject?> abstract base mixin class $Sentry$OptionsConfiguration< $T extends jni$_.JObject?> { factory $Sentry$OptionsConfiguration({ - required jni$_.JType<$T> T, + required jni$_.JObjType<$T> T, required void Function($T sentryOptions) configure, bool configure$async, }) = _$Sentry$OptionsConfiguration<$T>; - jni$_.JType<$T> get T; + jni$_.JObjType<$T> get T; void configure($T sentryOptions); bool get configure$async => false; @@ -5943,7 +5900,7 @@ final class _$Sentry$OptionsConfiguration<$T extends jni$_.JObject?> }) : _configure = configure; @core$_.override - final jni$_.JType<$T> T; + final jni$_.JObjType<$T> T; final void Function($T sentryOptions) _configure; final bool configure$async; @@ -5953,14 +5910,13 @@ final class _$Sentry$OptionsConfiguration<$T extends jni$_.JObject?> } } -final class $Sentry$OptionsConfiguration$NullableType$< - $T extends jni$_.JObject?> - extends jni$_.JType?> { +final class $Sentry$OptionsConfiguration$NullableType<$T extends jni$_.JObject?> + extends jni$_.JObjType?> { @jni$_.internal - final jni$_.JType<$T> T; + final jni$_.JObjType<$T> T; @jni$_.internal - const $Sentry$OptionsConfiguration$NullableType$( + const $Sentry$OptionsConfiguration$NullableType( this.T, ); @@ -5979,36 +5935,35 @@ final class $Sentry$OptionsConfiguration$NullableType$< ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType?> get nullableType => this; + jni$_.JObjType?> get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => - Object.hash($Sentry$OptionsConfiguration$NullableType$, T); + int get hashCode => Object.hash($Sentry$OptionsConfiguration$NullableType, T); @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($Sentry$OptionsConfiguration$NullableType$<$T>) && - other is $Sentry$OptionsConfiguration$NullableType$<$T> && + ($Sentry$OptionsConfiguration$NullableType<$T>) && + other is $Sentry$OptionsConfiguration$NullableType<$T> && T == other.T; } } -final class $Sentry$OptionsConfiguration$Type$<$T extends jni$_.JObject?> - extends jni$_.JType> { +final class $Sentry$OptionsConfiguration$Type<$T extends jni$_.JObject?> + extends jni$_.JObjType> { @jni$_.internal - final jni$_.JType<$T> T; + final jni$_.JObjType<$T> T; @jni$_.internal - const $Sentry$OptionsConfiguration$Type$( + const $Sentry$OptionsConfiguration$Type( this.T, ); @@ -6025,24 +5980,24 @@ final class $Sentry$OptionsConfiguration$Type$<$T extends jni$_.JObject?> ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType?> get nullableType => - $Sentry$OptionsConfiguration$NullableType$<$T>(T); + jni$_.JObjType?> get nullableType => + $Sentry$OptionsConfiguration$NullableType<$T>(T); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => Object.hash($Sentry$OptionsConfiguration$Type$, T); + int get hashCode => Object.hash($Sentry$OptionsConfiguration$Type, T); @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Sentry$OptionsConfiguration$Type$<$T>) && - other is $Sentry$OptionsConfiguration$Type$<$T> && + return other.runtimeType == ($Sentry$OptionsConfiguration$Type<$T>) && + other is $Sentry$OptionsConfiguration$Type<$T> && T == other.T; } } @@ -6051,7 +6006,7 @@ final class $Sentry$OptionsConfiguration$Type$<$T extends jni$_.JObject?> class Sentry extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Sentry.fromReference( @@ -6062,10 +6017,8 @@ class Sentry extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/Sentry'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Sentry$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Sentry$Type$(); + static const nullableType = $Sentry$NullableType(); + static const type = $Sentry$Type(); static final _id_APP_START_PROFILING_CONFIG_FILE_NAME = _class.staticFieldId( r'APP_START_PROFILING_CONFIG_FILE_NAME', r'Ljava/lang/String;', @@ -6075,7 +6028,7 @@ class Sentry extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString get APP_START_PROFILING_CONFIG_FILE_NAME => _id_APP_START_PROFILING_CONFIG_FILE_NAME.get( - _class, const jni$_.$JString$Type$()); + _class, const jni$_.JStringType()); static final _id_getCurrentHub = _class.staticMethodId( r'getCurrentHub', @@ -6099,7 +6052,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject getCurrentHub() { return _getCurrentHub( _class.reference.pointer, _id_getCurrentHub as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getCurrentScopes = _class.staticMethodId( @@ -6124,7 +6077,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject getCurrentScopes() { return _getCurrentScopes(_class.reference.pointer, _id_getCurrentScopes as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getCurrentScopes$1 = _class.staticMethodId( @@ -6148,7 +6101,7 @@ class Sentry extends jni$_.JObject { ) { return _getCurrentScopes$1(_class.reference.pointer, _id_getCurrentScopes$1 as jni$_.JMethodIDPtr, z ? 1 : 0) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedRootScopes = _class.staticMethodId( @@ -6175,7 +6128,7 @@ class Sentry extends jni$_.JObject { final _$string = string.reference; return _forkedRootScopes(_class.reference.pointer, _id_forkedRootScopes as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedScopes = _class.staticMethodId( @@ -6202,7 +6155,7 @@ class Sentry extends jni$_.JObject { final _$string = string.reference; return _forkedScopes(_class.reference.pointer, _id_forkedScopes as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedCurrentScope = _class.staticMethodId( @@ -6229,7 +6182,7 @@ class Sentry extends jni$_.JObject { final _$string = string.reference; return _forkedCurrentScope(_class.reference.pointer, _id_forkedCurrentScope as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setCurrentHub = _class.staticMethodId( @@ -6256,7 +6209,7 @@ class Sentry extends jni$_.JObject { final _$iHub = iHub.reference; return _setCurrentHub(_class.reference.pointer, _id_setCurrentHub as jni$_.JMethodIDPtr, _$iHub.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setCurrentScopes = _class.staticMethodId( @@ -6283,7 +6236,7 @@ class Sentry extends jni$_.JObject { final _$iScopes = iScopes.reference; return _setCurrentScopes(_class.reference.pointer, _id_setCurrentScopes as jni$_.JMethodIDPtr, _$iScopes.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getGlobalScope = _class.staticMethodId( @@ -6308,7 +6261,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject getGlobalScope() { return _getGlobalScope( _class.reference.pointer, _id_getGlobalScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_isEnabled = _class.staticMethodId( @@ -6409,13 +6362,13 @@ class Sentry extends jni$_.JObject { static void init$2<$T extends jni$_.JObject?>( jni$_.JObject optionsContainer, Sentry$OptionsConfiguration<$T?> optionsConfiguration, { - jni$_.JType<$T>? T, + jni$_.JObjType<$T>? T, }) { T ??= jni$_.lowestCommonSuperType([ (optionsConfiguration.$type - as $Sentry$OptionsConfiguration$Type$) + as $Sentry$OptionsConfiguration$Type) .T, - ]) as jni$_.JType<$T>; + ]) as jni$_.JObjType<$T>; final _$optionsContainer = optionsContainer.reference; final _$optionsConfiguration = optionsConfiguration.reference; _init$2(_class.reference.pointer, _id_init$2 as jni$_.JMethodIDPtr, @@ -6452,13 +6405,13 @@ class Sentry extends jni$_.JObject { jni$_.JObject optionsContainer, Sentry$OptionsConfiguration<$T?> optionsConfiguration, bool z, { - jni$_.JType<$T>? T, + jni$_.JObjType<$T>? T, }) { T ??= jni$_.lowestCommonSuperType([ (optionsConfiguration.$type - as $Sentry$OptionsConfiguration$Type$) + as $Sentry$OptionsConfiguration$Type) .T, - ]) as jni$_.JType<$T>; + ]) as jni$_.JObjType<$T>; final _$optionsContainer = optionsContainer.reference; final _$optionsConfiguration = optionsConfiguration.reference; _init$3( @@ -6596,7 +6549,7 @@ class Sentry extends jni$_.JObject { final _$sentryEvent = sentryEvent.reference; return _captureEvent(_class.reference.pointer, _id_captureEvent as jni$_.JMethodIDPtr, _$sentryEvent.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureEvent$1 = _class.staticMethodId( @@ -6634,7 +6587,7 @@ class Sentry extends jni$_.JObject { _id_captureEvent$1 as jni$_.JMethodIDPtr, _$sentryEvent.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureEvent$2 = _class.staticMethodId( @@ -6672,7 +6625,7 @@ class Sentry extends jni$_.JObject { _id_captureEvent$2 as jni$_.JMethodIDPtr, _$sentryEvent.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureEvent$3 = _class.staticMethodId( @@ -6715,7 +6668,7 @@ class Sentry extends jni$_.JObject { _$sentryEvent.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage = _class.staticMethodId( @@ -6742,7 +6695,7 @@ class Sentry extends jni$_.JObject { final _$string = string.reference; return _captureMessage(_class.reference.pointer, _id_captureMessage as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage$1 = _class.staticMethodId( @@ -6780,7 +6733,7 @@ class Sentry extends jni$_.JObject { _id_captureMessage$1 as jni$_.JMethodIDPtr, _$string.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage$2 = _class.staticMethodId( @@ -6818,7 +6771,7 @@ class Sentry extends jni$_.JObject { _id_captureMessage$2 as jni$_.JMethodIDPtr, _$string.pointer, _$sentryLevel.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage$3 = _class.staticMethodId( @@ -6861,7 +6814,7 @@ class Sentry extends jni$_.JObject { _$string.pointer, _$sentryLevel.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback = _class.staticMethodId( @@ -6888,7 +6841,7 @@ class Sentry extends jni$_.JObject { final _$feedback = feedback.reference; return _captureFeedback(_class.reference.pointer, _id_captureFeedback as jni$_.JMethodIDPtr, _$feedback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback$1 = _class.staticMethodId( @@ -6926,7 +6879,7 @@ class Sentry extends jni$_.JObject { _id_captureFeedback$1 as jni$_.JMethodIDPtr, _$feedback.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback$2 = _class.staticMethodId( @@ -6969,7 +6922,7 @@ class Sentry extends jni$_.JObject { _$feedback.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException = _class.staticMethodId( @@ -6996,7 +6949,7 @@ class Sentry extends jni$_.JObject { final _$throwable = throwable.reference; return _captureException(_class.reference.pointer, _id_captureException as jni$_.JMethodIDPtr, _$throwable.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException$1 = _class.staticMethodId( @@ -7034,7 +6987,7 @@ class Sentry extends jni$_.JObject { _id_captureException$1 as jni$_.JMethodIDPtr, _$throwable.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException$2 = _class.staticMethodId( @@ -7072,7 +7025,7 @@ class Sentry extends jni$_.JObject { _id_captureException$2 as jni$_.JMethodIDPtr, _$throwable.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException$3 = _class.staticMethodId( @@ -7115,7 +7068,7 @@ class Sentry extends jni$_.JObject { _$throwable.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureUserFeedback = _class.staticMethodId( @@ -7542,7 +7495,7 @@ class Sentry extends jni$_.JObject { static SentryId getLastEventId() { return _getLastEventId( _class.reference.pointer, _id_getLastEventId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_pushScope = _class.staticMethodId( @@ -7567,7 +7520,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject pushScope() { return _pushScope( _class.reference.pointer, _id_pushScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_pushIsolationScope = _class.staticMethodId( @@ -7592,7 +7545,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject pushIsolationScope() { return _pushIsolationScope(_class.reference.pointer, _id_pushIsolationScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_popScope = _class.staticMethodId( @@ -7889,7 +7842,7 @@ class Sentry extends jni$_.JObject { _id_startTransaction as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startTransaction$1 = _class.staticMethodId( @@ -7932,7 +7885,7 @@ class Sentry extends jni$_.JObject { _$string.pointer, _$string1.pointer, _$transactionOptions.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startTransaction$2 = _class.staticMethodId( @@ -7980,7 +7933,7 @@ class Sentry extends jni$_.JObject { _$string1.pointer, _$string2.pointer, _$transactionOptions.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startTransaction$3 = _class.staticMethodId( @@ -8009,7 +7962,7 @@ class Sentry extends jni$_.JObject { _class.reference.pointer, _id_startTransaction$3 as jni$_.JMethodIDPtr, _$transactionContext.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startTransaction$4 = _class.staticMethodId( @@ -8047,7 +8000,7 @@ class Sentry extends jni$_.JObject { _id_startTransaction$4 as jni$_.JMethodIDPtr, _$transactionContext.pointer, _$transactionOptions.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startProfiler = _class.staticMethodId( @@ -8119,7 +8072,7 @@ class Sentry extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JObject? getSpan() { return _getSpan(_class.reference.pointer, _id_getSpan as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_isCrashedLastRun = _class.staticMethodId( @@ -8144,7 +8097,7 @@ class Sentry extends jni$_.JObject { static jni$_.JBoolean? isCrashedLastRun() { return _isCrashedLastRun(_class.reference.pointer, _id_isCrashedLastRun as jni$_.JMethodIDPtr) - .object(const jni$_.$JBoolean$NullableType$()); + .object(const jni$_.JBooleanNullableType()); } static final _id_reportFullyDisplayed = _class.staticMethodId( @@ -8206,7 +8159,7 @@ class Sentry extends jni$_.JObject { _id_continueTrace as jni$_.JMethodIDPtr, _$string.pointer, _$list.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getTraceparent = _class.staticMethodId( @@ -8231,7 +8184,7 @@ class Sentry extends jni$_.JObject { static SentryTraceHeader? getTraceparent() { return _getTraceparent( _class.reference.pointer, _id_getTraceparent as jni$_.JMethodIDPtr) - .object(const $SentryTraceHeader$NullableType$()); + .object(const $SentryTraceHeader$NullableType()); } static final _id_getBaggage = _class.staticMethodId( @@ -8256,7 +8209,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject? getBaggage() { return _getBaggage( _class.reference.pointer, _id_getBaggage as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_captureCheckIn = _class.staticMethodId( @@ -8283,7 +8236,7 @@ class Sentry extends jni$_.JObject { final _$checkIn = checkIn.reference; return _captureCheckIn(_class.reference.pointer, _id_captureCheckIn as jni$_.JMethodIDPtr, _$checkIn.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_logger = _class.staticMethodId( @@ -8307,7 +8260,7 @@ class Sentry extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JObject logger() { return _logger(_class.reference.pointer, _id_logger as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_replay = _class.staticMethodId( @@ -8331,7 +8284,7 @@ class Sentry extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JObject replay() { return _replay(_class.reference.pointer, _id_replay as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_distribution = _class.staticMethodId( @@ -8356,7 +8309,7 @@ class Sentry extends jni$_.JObject { static jni$_.JObject distribution() { return _distribution( _class.reference.pointer, _id_distribution as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_metrics = _class.staticMethodId( @@ -8380,7 +8333,7 @@ class Sentry extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JObject metrics() { return _metrics(_class.reference.pointer, _id_metrics as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_showUserFeedbackDialog = _class.staticMethodId( @@ -8512,9 +8465,9 @@ class Sentry extends jni$_.JObject { } } -final class $Sentry$NullableType$ extends jni$_.JType { +final class $Sentry$NullableType extends jni$_.JObjType { @jni$_.internal - const $Sentry$NullableType$(); + const $Sentry$NullableType(); @jni$_.internal @core$_.override @@ -8529,29 +8482,29 @@ final class $Sentry$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Sentry$NullableType$).hashCode; + int get hashCode => ($Sentry$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Sentry$NullableType$) && - other is $Sentry$NullableType$; + return other.runtimeType == ($Sentry$NullableType) && + other is $Sentry$NullableType; } } -final class $Sentry$Type$ extends jni$_.JType { +final class $Sentry$Type extends jni$_.JObjType { @jni$_.internal - const $Sentry$Type$(); + const $Sentry$Type(); @jni$_.internal @core$_.override @@ -8564,22 +8517,22 @@ final class $Sentry$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Sentry$NullableType$(); + jni$_.JObjType get nullableType => const $Sentry$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Sentry$Type$).hashCode; + int get hashCode => ($Sentry$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Sentry$Type$) && other is $Sentry$Type$; + return other.runtimeType == ($Sentry$Type) && other is $Sentry$Type; } } @@ -8587,7 +8540,7 @@ final class $Sentry$Type$ extends jni$_.JType { class SentryOptions$BeforeBreadcrumbCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$BeforeBreadcrumbCallback.fromReference( @@ -8599,12 +8552,9 @@ class SentryOptions$BeforeBreadcrumbCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$BeforeBreadcrumbCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryOptions$BeforeBreadcrumbCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$BeforeBreadcrumbCallback$Type$(); + static const nullableType = + $SentryOptions$BeforeBreadcrumbCallback$NullableType(); + static const type = $SentryOptions$BeforeBreadcrumbCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/Breadcrumb;Lio/sentry/Hint;)Lio/sentry/Breadcrumb;', @@ -8637,7 +8587,7 @@ class SentryOptions$BeforeBreadcrumbCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$breadcrumb.pointer, _$hint.pointer) - .object(const $Breadcrumb$NullableType$()); + .object(const $Breadcrumb$NullableType()); } /// Maps a specific port to the implemented interface. @@ -8674,11 +8624,11 @@ class SentryOptions$BeforeBreadcrumbCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/Breadcrumb;Lio/sentry/Hint;)Lio/sentry/Breadcrumb;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const $Breadcrumb$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const $Breadcrumb$Type(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -8746,10 +8696,10 @@ final class _$SentryOptions$BeforeBreadcrumbCallback } } -final class $SentryOptions$BeforeBreadcrumbCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$BeforeBreadcrumbCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeBreadcrumbCallback$NullableType$(); + const $SentryOptions$BeforeBreadcrumbCallback$NullableType(); @jni$_.internal @core$_.override @@ -8766,11 +8716,12 @@ final class $SentryOptions$BeforeBreadcrumbCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => + this; @jni$_.internal @core$_.override @@ -8778,20 +8729,20 @@ final class $SentryOptions$BeforeBreadcrumbCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$BeforeBreadcrumbCallback$NullableType$).hashCode; + ($SentryOptions$BeforeBreadcrumbCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeBreadcrumbCallback$NullableType$) && - other is $SentryOptions$BeforeBreadcrumbCallback$NullableType$; + ($SentryOptions$BeforeBreadcrumbCallback$NullableType) && + other is $SentryOptions$BeforeBreadcrumbCallback$NullableType; } } -final class $SentryOptions$BeforeBreadcrumbCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$BeforeBreadcrumbCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeBreadcrumbCallback$Type$(); + const $SentryOptions$BeforeBreadcrumbCallback$Type(); @jni$_.internal @core$_.override @@ -8806,25 +8757,25 @@ final class $SentryOptions$BeforeBreadcrumbCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$BeforeBreadcrumbCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$BeforeBreadcrumbCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$BeforeBreadcrumbCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$BeforeBreadcrumbCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeBreadcrumbCallback$Type$) && - other is $SentryOptions$BeforeBreadcrumbCallback$Type$; + ($SentryOptions$BeforeBreadcrumbCallback$Type) && + other is $SentryOptions$BeforeBreadcrumbCallback$Type; } } @@ -8832,7 +8783,7 @@ final class $SentryOptions$BeforeBreadcrumbCallback$Type$ class SentryOptions$BeforeEnvelopeCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$BeforeEnvelopeCallback.fromReference( @@ -8844,12 +8795,9 @@ class SentryOptions$BeforeEnvelopeCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$BeforeEnvelopeCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$BeforeEnvelopeCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$BeforeEnvelopeCallback$Type$(); + static const nullableType = + $SentryOptions$BeforeEnvelopeCallback$NullableType(); + static const type = $SentryOptions$BeforeEnvelopeCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryEnvelope;Lio/sentry/Hint;)V', @@ -8917,8 +8865,8 @@ class SentryOptions$BeforeEnvelopeCallback extends jni$_.JObject { final $a = $i.args; if ($d == r'execute(Lio/sentry/SentryEnvelope;Lio/sentry/Hint;)V') { _$impls[$p]!.execute( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), - $a![1]?.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), + $a![1]?.as(const $Hint$Type(), releaseOriginal: true), ); return jni$_.nullptr; } @@ -8992,10 +8940,10 @@ final class _$SentryOptions$BeforeEnvelopeCallback } } -final class $SentryOptions$BeforeEnvelopeCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$BeforeEnvelopeCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeEnvelopeCallback$NullableType$(); + const $SentryOptions$BeforeEnvelopeCallback$NullableType(); @jni$_.internal @core$_.override @@ -9012,11 +8960,12 @@ final class $SentryOptions$BeforeEnvelopeCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => + this; @jni$_.internal @core$_.override @@ -9024,20 +8973,20 @@ final class $SentryOptions$BeforeEnvelopeCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$BeforeEnvelopeCallback$NullableType$).hashCode; + ($SentryOptions$BeforeEnvelopeCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeEnvelopeCallback$NullableType$) && - other is $SentryOptions$BeforeEnvelopeCallback$NullableType$; + ($SentryOptions$BeforeEnvelopeCallback$NullableType) && + other is $SentryOptions$BeforeEnvelopeCallback$NullableType; } } -final class $SentryOptions$BeforeEnvelopeCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$BeforeEnvelopeCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeEnvelopeCallback$Type$(); + const $SentryOptions$BeforeEnvelopeCallback$Type(); @jni$_.internal @core$_.override @@ -9052,24 +9001,24 @@ final class $SentryOptions$BeforeEnvelopeCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$BeforeEnvelopeCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$BeforeEnvelopeCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$BeforeEnvelopeCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$BeforeEnvelopeCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$BeforeEnvelopeCallback$Type$) && - other is $SentryOptions$BeforeEnvelopeCallback$Type$; + return other.runtimeType == ($SentryOptions$BeforeEnvelopeCallback$Type) && + other is $SentryOptions$BeforeEnvelopeCallback$Type; } } @@ -9077,7 +9026,7 @@ final class $SentryOptions$BeforeEnvelopeCallback$Type$ class SentryOptions$BeforeSendCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$BeforeSendCallback.fromReference( @@ -9089,12 +9038,8 @@ class SentryOptions$BeforeSendCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$BeforeSendCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$BeforeSendCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$BeforeSendCallback$Type$(); + static const nullableType = $SentryOptions$BeforeSendCallback$NullableType(); + static const type = $SentryOptions$BeforeSendCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;', @@ -9127,7 +9072,7 @@ class SentryOptions$BeforeSendCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryEvent.pointer, _$hint.pointer) - .object(const $SentryEvent$NullableType$()); + .object(const $SentryEvent$NullableType()); } /// Maps a specific port to the implemented interface. @@ -9163,11 +9108,11 @@ class SentryOptions$BeforeSendCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const $SentryEvent$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const $SentryEvent$Type(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -9235,10 +9180,10 @@ final class _$SentryOptions$BeforeSendCallback } } -final class $SentryOptions$BeforeSendCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendCallback$NullableType$(); + const $SentryOptions$BeforeSendCallback$NullableType(); @jni$_.internal @core$_.override @@ -9254,32 +9199,31 @@ final class $SentryOptions$BeforeSendCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => - ($SentryOptions$BeforeSendCallback$NullableType$).hashCode; + int get hashCode => ($SentryOptions$BeforeSendCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeSendCallback$NullableType$) && - other is $SentryOptions$BeforeSendCallback$NullableType$; + ($SentryOptions$BeforeSendCallback$NullableType) && + other is $SentryOptions$BeforeSendCallback$NullableType; } } -final class $SentryOptions$BeforeSendCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendCallback$Type$(); + const $SentryOptions$BeforeSendCallback$Type(); @jni$_.internal @core$_.override @@ -9293,24 +9237,24 @@ final class $SentryOptions$BeforeSendCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$BeforeSendCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$BeforeSendCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$BeforeSendCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$BeforeSendCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$BeforeSendCallback$Type$) && - other is $SentryOptions$BeforeSendCallback$Type$; + return other.runtimeType == ($SentryOptions$BeforeSendCallback$Type) && + other is $SentryOptions$BeforeSendCallback$Type; } } @@ -9318,7 +9262,7 @@ final class $SentryOptions$BeforeSendCallback$Type$ class SentryOptions$BeforeSendReplayCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$BeforeSendReplayCallback.fromReference( @@ -9330,12 +9274,9 @@ class SentryOptions$BeforeSendReplayCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$BeforeSendReplayCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryOptions$BeforeSendReplayCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$BeforeSendReplayCallback$Type$(); + static const nullableType = + $SentryOptions$BeforeSendReplayCallback$NullableType(); + static const type = $SentryOptions$BeforeSendReplayCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;', @@ -9368,7 +9309,7 @@ class SentryOptions$BeforeSendReplayCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryReplayEvent.pointer, _$hint.pointer) - .object(const $SentryReplayEvent$NullableType$()); + .object(const $SentryReplayEvent$NullableType()); } /// Maps a specific port to the implemented interface. @@ -9405,11 +9346,11 @@ class SentryOptions$BeforeSendReplayCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/SentryReplayEvent;Lio/sentry/Hint;)Lio/sentry/SentryReplayEvent;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const $SentryReplayEvent$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const $SentryReplayEvent$Type(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -9482,10 +9423,10 @@ final class _$SentryOptions$BeforeSendReplayCallback } } -final class $SentryOptions$BeforeSendReplayCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendReplayCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendReplayCallback$NullableType$(); + const $SentryOptions$BeforeSendReplayCallback$NullableType(); @jni$_.internal @core$_.override @@ -9502,11 +9443,12 @@ final class $SentryOptions$BeforeSendReplayCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => + this; @jni$_.internal @core$_.override @@ -9514,20 +9456,20 @@ final class $SentryOptions$BeforeSendReplayCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$BeforeSendReplayCallback$NullableType$).hashCode; + ($SentryOptions$BeforeSendReplayCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeSendReplayCallback$NullableType$) && - other is $SentryOptions$BeforeSendReplayCallback$NullableType$; + ($SentryOptions$BeforeSendReplayCallback$NullableType) && + other is $SentryOptions$BeforeSendReplayCallback$NullableType; } } -final class $SentryOptions$BeforeSendReplayCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendReplayCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendReplayCallback$Type$(); + const $SentryOptions$BeforeSendReplayCallback$Type(); @jni$_.internal @core$_.override @@ -9542,25 +9484,25 @@ final class $SentryOptions$BeforeSendReplayCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$BeforeSendReplayCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$BeforeSendReplayCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$BeforeSendReplayCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$BeforeSendReplayCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeSendReplayCallback$Type$) && - other is $SentryOptions$BeforeSendReplayCallback$Type$; + ($SentryOptions$BeforeSendReplayCallback$Type) && + other is $SentryOptions$BeforeSendReplayCallback$Type; } } @@ -9568,7 +9510,7 @@ final class $SentryOptions$BeforeSendReplayCallback$Type$ class SentryOptions$BeforeSendTransactionCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$BeforeSendTransactionCallback.fromReference( @@ -9580,13 +9522,9 @@ class SentryOptions$BeforeSendTransactionCallback extends jni$_.JObject { r'io/sentry/SentryOptions$BeforeSendTransactionCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = - $SentryOptions$BeforeSendTransactionCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$BeforeSendTransactionCallback$Type$(); + static const nullableType = + $SentryOptions$BeforeSendTransactionCallback$NullableType(); + static const type = $SentryOptions$BeforeSendTransactionCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;', @@ -9619,7 +9557,7 @@ class SentryOptions$BeforeSendTransactionCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryTransaction.pointer, _$hint.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } /// Maps a specific port to the implemented interface. @@ -9656,11 +9594,11 @@ class SentryOptions$BeforeSendTransactionCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/protocol/SentryTransaction;Lio/sentry/Hint;)Lio/sentry/protocol/SentryTransaction;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -9731,10 +9669,10 @@ final class _$SentryOptions$BeforeSendTransactionCallback } } -final class $SentryOptions$BeforeSendTransactionCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendTransactionCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendTransactionCallback$NullableType$(); + const $SentryOptions$BeforeSendTransactionCallback$NullableType(); @jni$_.internal @core$_.override @@ -9752,12 +9690,12 @@ final class $SentryOptions$BeforeSendTransactionCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - this; + jni$_.JObjType + get nullableType => this; @jni$_.internal @core$_.override @@ -9765,20 +9703,20 @@ final class $SentryOptions$BeforeSendTransactionCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$BeforeSendTransactionCallback$NullableType$).hashCode; + ($SentryOptions$BeforeSendTransactionCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeSendTransactionCallback$NullableType$) && - other is $SentryOptions$BeforeSendTransactionCallback$NullableType$; + ($SentryOptions$BeforeSendTransactionCallback$NullableType) && + other is $SentryOptions$BeforeSendTransactionCallback$NullableType; } } -final class $SentryOptions$BeforeSendTransactionCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$BeforeSendTransactionCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$BeforeSendTransactionCallback$Type$(); + const $SentryOptions$BeforeSendTransactionCallback$Type(); @jni$_.internal @core$_.override @@ -9794,12 +9732,13 @@ final class $SentryOptions$BeforeSendTransactionCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$BeforeSendTransactionCallback$NullableType$(); + jni$_.JObjType + get nullableType => + const $SentryOptions$BeforeSendTransactionCallback$NullableType(); @jni$_.internal @core$_.override @@ -9807,13 +9746,13 @@ final class $SentryOptions$BeforeSendTransactionCallback$Type$ @core$_.override int get hashCode => - ($SentryOptions$BeforeSendTransactionCallback$Type$).hashCode; + ($SentryOptions$BeforeSendTransactionCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$BeforeSendTransactionCallback$Type$) && - other is $SentryOptions$BeforeSendTransactionCallback$Type$; + ($SentryOptions$BeforeSendTransactionCallback$Type) && + other is $SentryOptions$BeforeSendTransactionCallback$Type; } } @@ -9821,7 +9760,7 @@ final class $SentryOptions$BeforeSendTransactionCallback$Type$ class SentryOptions$Cron extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Cron.fromReference( @@ -9832,12 +9771,8 @@ class SentryOptions$Cron extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryOptions$Cron'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$Cron$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$Cron$Type$(); + static const nullableType = $SentryOptions$Cron$NullableType(); + static const type = $SentryOptions$Cron$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -9884,7 +9819,7 @@ class SentryOptions$Cron extends jni$_.JObject { jni$_.JLong? getDefaultCheckinMargin() { return _getDefaultCheckinMargin(reference.pointer, _id_getDefaultCheckinMargin as jni$_.JMethodIDPtr) - .object(const jni$_.$JLong$NullableType$()); + .object(const jni$_.JLongNullableType()); } static final _id_setDefaultCheckinMargin = _class.instanceMethodId( @@ -9935,7 +9870,7 @@ class SentryOptions$Cron extends jni$_.JObject { jni$_.JLong? getDefaultMaxRuntime() { return _getDefaultMaxRuntime( reference.pointer, _id_getDefaultMaxRuntime as jni$_.JMethodIDPtr) - .object(const jni$_.$JLong$NullableType$()); + .object(const jni$_.JLongNullableType()); } static final _id_setDefaultMaxRuntime = _class.instanceMethodId( @@ -9986,7 +9921,7 @@ class SentryOptions$Cron extends jni$_.JObject { jni$_.JString? getDefaultTimezone() { return _getDefaultTimezone( reference.pointer, _id_getDefaultTimezone as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setDefaultTimezone = _class.instanceMethodId( @@ -10038,7 +9973,7 @@ class SentryOptions$Cron extends jni$_.JObject { jni$_.JLong? getDefaultFailureIssueThreshold() { return _getDefaultFailureIssueThreshold(reference.pointer, _id_getDefaultFailureIssueThreshold as jni$_.JMethodIDPtr) - .object(const jni$_.$JLong$NullableType$()); + .object(const jni$_.JLongNullableType()); } static final _id_setDefaultFailureIssueThreshold = _class.instanceMethodId( @@ -10093,7 +10028,7 @@ class SentryOptions$Cron extends jni$_.JObject { jni$_.JLong? getDefaultRecoveryThreshold() { return _getDefaultRecoveryThreshold(reference.pointer, _id_getDefaultRecoveryThreshold as jni$_.JMethodIDPtr) - .object(const jni$_.$JLong$NullableType$()); + .object(const jni$_.JLongNullableType()); } static final _id_setDefaultRecoveryThreshold = _class.instanceMethodId( @@ -10126,10 +10061,10 @@ class SentryOptions$Cron extends jni$_.JObject { } } -final class $SentryOptions$Cron$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Cron$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Cron$NullableType$(); + const $SentryOptions$Cron$NullableType(); @jni$_.internal @core$_.override @@ -10145,29 +10080,30 @@ final class $SentryOptions$Cron$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Cron$NullableType$).hashCode; + int get hashCode => ($SentryOptions$Cron$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Cron$NullableType$) && - other is $SentryOptions$Cron$NullableType$; + return other.runtimeType == ($SentryOptions$Cron$NullableType) && + other is $SentryOptions$Cron$NullableType; } } -final class $SentryOptions$Cron$Type$ extends jni$_.JType { +final class $SentryOptions$Cron$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Cron$Type$(); + const $SentryOptions$Cron$Type(); @jni$_.internal @core$_.override @@ -10181,24 +10117,24 @@ final class $SentryOptions$Cron$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$Cron$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$Cron$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Cron$Type$).hashCode; + int get hashCode => ($SentryOptions$Cron$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Cron$Type$) && - other is $SentryOptions$Cron$Type$; + return other.runtimeType == ($SentryOptions$Cron$Type) && + other is $SentryOptions$Cron$Type; } } @@ -10206,7 +10142,7 @@ final class $SentryOptions$Cron$Type$ extends jni$_.JType { class SentryOptions$DistributionOptions extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$DistributionOptions.fromReference( @@ -10218,12 +10154,8 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$DistributionOptions'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$DistributionOptions$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$DistributionOptions$Type$(); + static const nullableType = $SentryOptions$DistributionOptions$NullableType(); + static const type = $SentryOptions$DistributionOptions$Type(); static final _id_orgAuthToken = _class.instanceFieldId( r'orgAuthToken', r'Ljava/lang/String;', @@ -10232,12 +10164,12 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { /// from: `public java.lang.String orgAuthToken` /// The returned object must be released after use, by calling the [release] method. jni$_.JString? get orgAuthToken => - _id_orgAuthToken.get(this, const jni$_.$JString$NullableType$()); + _id_orgAuthToken.get(this, const jni$_.JStringNullableType()); /// from: `public java.lang.String orgAuthToken` /// The returned object must be released after use, by calling the [release] method. set orgAuthToken(jni$_.JString? value) => - _id_orgAuthToken.set(this, const jni$_.$JString$NullableType$(), value); + _id_orgAuthToken.set(this, const jni$_.JStringNullableType(), value); static final _id_orgSlug = _class.instanceFieldId( r'orgSlug', @@ -10247,12 +10179,12 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { /// from: `public java.lang.String orgSlug` /// The returned object must be released after use, by calling the [release] method. jni$_.JString? get orgSlug => - _id_orgSlug.get(this, const jni$_.$JString$NullableType$()); + _id_orgSlug.get(this, const jni$_.JStringNullableType()); /// from: `public java.lang.String orgSlug` /// The returned object must be released after use, by calling the [release] method. set orgSlug(jni$_.JString? value) => - _id_orgSlug.set(this, const jni$_.$JString$NullableType$(), value); + _id_orgSlug.set(this, const jni$_.JStringNullableType(), value); static final _id_projectSlug = _class.instanceFieldId( r'projectSlug', @@ -10262,12 +10194,12 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { /// from: `public java.lang.String projectSlug` /// The returned object must be released after use, by calling the [release] method. jni$_.JString? get projectSlug => - _id_projectSlug.get(this, const jni$_.$JString$NullableType$()); + _id_projectSlug.get(this, const jni$_.JStringNullableType()); /// from: `public java.lang.String projectSlug` /// The returned object must be released after use, by calling the [release] method. set projectSlug(jni$_.JString? value) => - _id_projectSlug.set(this, const jni$_.$JString$NullableType$(), value); + _id_projectSlug.set(this, const jni$_.JStringNullableType(), value); static final _id_sentryBaseUrl = _class.instanceFieldId( r'sentryBaseUrl', @@ -10277,12 +10209,12 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { /// from: `public java.lang.String sentryBaseUrl` /// The returned object must be released after use, by calling the [release] method. jni$_.JString? get sentryBaseUrl => - _id_sentryBaseUrl.get(this, const jni$_.$JString$NullableType$()); + _id_sentryBaseUrl.get(this, const jni$_.JStringNullableType()); /// from: `public java.lang.String sentryBaseUrl` /// The returned object must be released after use, by calling the [release] method. set sentryBaseUrl(jni$_.JString? value) => - _id_sentryBaseUrl.set(this, const jni$_.$JString$NullableType$(), value); + _id_sentryBaseUrl.set(this, const jni$_.JStringNullableType(), value); static final _id_buildConfiguration = _class.instanceFieldId( r'buildConfiguration', @@ -10292,12 +10224,34 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { /// from: `public java.lang.String buildConfiguration` /// The returned object must be released after use, by calling the [release] method. jni$_.JString? get buildConfiguration => - _id_buildConfiguration.get(this, const jni$_.$JString$NullableType$()); + _id_buildConfiguration.get(this, const jni$_.JStringNullableType()); /// from: `public java.lang.String buildConfiguration` /// The returned object must be released after use, by calling the [release] method. set buildConfiguration(jni$_.JString? value) => _id_buildConfiguration.set( - this, const jni$_.$JString$NullableType$(), value); + this, const jni$_.JStringNullableType(), value); + + static final _id_installGroupsOverride = _class.instanceFieldId( + r'installGroupsOverride', + r'Ljava/util/List;', + ); + + /// from: `public java.util.List installGroupsOverride` + /// The returned object must be released after use, by calling the [release] method. + jni$_.JList? get installGroupsOverride => + _id_installGroupsOverride.get( + this, + const jni$_.JListNullableType( + jni$_.JStringNullableType())); + + /// from: `public java.util.List installGroupsOverride` + /// The returned object must be released after use, by calling the [release] method. + set installGroupsOverride(jni$_.JList? value) => + _id_installGroupsOverride.set( + this, + const jni$_.JListNullableType( + jni$_.JStringNullableType()), + value); static final _id_new$ = _class.constructorId( r'()V', @@ -10324,10 +10278,10 @@ class SentryOptions$DistributionOptions extends jni$_.JObject { } } -final class $SentryOptions$DistributionOptions$NullableType$ - extends jni$_.JType { +final class $SentryOptions$DistributionOptions$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$DistributionOptions$NullableType$(); + const $SentryOptions$DistributionOptions$NullableType(); @jni$_.internal @core$_.override @@ -10344,11 +10298,11 @@ final class $SentryOptions$DistributionOptions$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override @@ -10356,20 +10310,20 @@ final class $SentryOptions$DistributionOptions$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$DistributionOptions$NullableType$).hashCode; + ($SentryOptions$DistributionOptions$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$DistributionOptions$NullableType$) && - other is $SentryOptions$DistributionOptions$NullableType$; + ($SentryOptions$DistributionOptions$NullableType) && + other is $SentryOptions$DistributionOptions$NullableType; } } -final class $SentryOptions$DistributionOptions$Type$ - extends jni$_.JType { +final class $SentryOptions$DistributionOptions$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$DistributionOptions$Type$(); + const $SentryOptions$DistributionOptions$Type(); @jni$_.internal @core$_.override @@ -10383,24 +10337,24 @@ final class $SentryOptions$DistributionOptions$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$DistributionOptions$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$DistributionOptions$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$DistributionOptions$Type$).hashCode; + int get hashCode => ($SentryOptions$DistributionOptions$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$DistributionOptions$Type$) && - other is $SentryOptions$DistributionOptions$Type$; + return other.runtimeType == ($SentryOptions$DistributionOptions$Type) && + other is $SentryOptions$DistributionOptions$Type; } } @@ -10408,7 +10362,7 @@ final class $SentryOptions$DistributionOptions$Type$ class SentryOptions$Logs$BeforeSendLogCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Logs$BeforeSendLogCallback.fromReference( @@ -10420,12 +10374,9 @@ class SentryOptions$Logs$BeforeSendLogCallback extends jni$_.JObject { r'io/sentry/SentryOptions$Logs$BeforeSendLogCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryOptions$Logs$BeforeSendLogCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$Logs$BeforeSendLogCallback$Type$(); + static const nullableType = + $SentryOptions$Logs$BeforeSendLogCallback$NullableType(); + static const type = $SentryOptions$Logs$BeforeSendLogCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryLogEvent;)Lio/sentry/SentryLogEvent;', @@ -10450,7 +10401,7 @@ class SentryOptions$Logs$BeforeSendLogCallback extends jni$_.JObject { final _$sentryLogEvent = sentryLogEvent.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryLogEvent.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } /// Maps a specific port to the implemented interface. @@ -10487,10 +10438,10 @@ class SentryOptions$Logs$BeforeSendLogCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/SentryLogEvent;)Lio/sentry/SentryLogEvent;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -10558,10 +10509,10 @@ final class _$SentryOptions$Logs$BeforeSendLogCallback } } -final class $SentryOptions$Logs$BeforeSendLogCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Logs$BeforeSendLogCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Logs$BeforeSendLogCallback$NullableType$(); + const $SentryOptions$Logs$BeforeSendLogCallback$NullableType(); @jni$_.internal @core$_.override @@ -10579,11 +10530,11 @@ final class $SentryOptions$Logs$BeforeSendLogCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => + jni$_.JObjType get nullableType => this; @jni$_.internal @@ -10592,20 +10543,20 @@ final class $SentryOptions$Logs$BeforeSendLogCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$Logs$BeforeSendLogCallback$NullableType$).hashCode; + ($SentryOptions$Logs$BeforeSendLogCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$Logs$BeforeSendLogCallback$NullableType$) && - other is $SentryOptions$Logs$BeforeSendLogCallback$NullableType$; + ($SentryOptions$Logs$BeforeSendLogCallback$NullableType) && + other is $SentryOptions$Logs$BeforeSendLogCallback$NullableType; } } -final class $SentryOptions$Logs$BeforeSendLogCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$Logs$BeforeSendLogCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Logs$BeforeSendLogCallback$Type$(); + const $SentryOptions$Logs$BeforeSendLogCallback$Type(); @jni$_.internal @core$_.override @@ -10621,26 +10572,25 @@ final class $SentryOptions$Logs$BeforeSendLogCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$Logs$BeforeSendLogCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$Logs$BeforeSendLogCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => - ($SentryOptions$Logs$BeforeSendLogCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$Logs$BeforeSendLogCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$Logs$BeforeSendLogCallback$Type$) && - other is $SentryOptions$Logs$BeforeSendLogCallback$Type$; + ($SentryOptions$Logs$BeforeSendLogCallback$Type) && + other is $SentryOptions$Logs$BeforeSendLogCallback$Type; } } @@ -10648,7 +10598,7 @@ final class $SentryOptions$Logs$BeforeSendLogCallback$Type$ class SentryOptions$Logs extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Logs.fromReference( @@ -10659,12 +10609,8 @@ class SentryOptions$Logs extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryOptions$Logs'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$Logs$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$Logs$Type$(); + static const nullableType = $SentryOptions$Logs$NullableType(); + static const type = $SentryOptions$Logs$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -10759,7 +10705,7 @@ class SentryOptions$Logs extends jni$_.JObject { return _getBeforeSend( reference.pointer, _id_getBeforeSend as jni$_.JMethodIDPtr) .object( - const $SentryOptions$Logs$BeforeSendLogCallback$NullableType$()); + const $SentryOptions$Logs$BeforeSendLogCallback$NullableType()); } static final _id_setBeforeSend = _class.instanceMethodId( @@ -10812,7 +10758,7 @@ class SentryOptions$Logs extends jni$_.JObject { jni$_.JObject getLoggerBatchProcessorFactory() { return _getLoggerBatchProcessorFactory(reference.pointer, _id_getLoggerBatchProcessorFactory as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setLoggerBatchProcessorFactory = _class.instanceMethodId( @@ -10846,10 +10792,10 @@ class SentryOptions$Logs extends jni$_.JObject { } } -final class $SentryOptions$Logs$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Logs$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Logs$NullableType$(); + const $SentryOptions$Logs$NullableType(); @jni$_.internal @core$_.override @@ -10865,29 +10811,30 @@ final class $SentryOptions$Logs$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Logs$NullableType$).hashCode; + int get hashCode => ($SentryOptions$Logs$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Logs$NullableType$) && - other is $SentryOptions$Logs$NullableType$; + return other.runtimeType == ($SentryOptions$Logs$NullableType) && + other is $SentryOptions$Logs$NullableType; } } -final class $SentryOptions$Logs$Type$ extends jni$_.JType { +final class $SentryOptions$Logs$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Logs$Type$(); + const $SentryOptions$Logs$Type(); @jni$_.internal @core$_.override @@ -10901,24 +10848,24 @@ final class $SentryOptions$Logs$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$Logs$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$Logs$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Logs$Type$).hashCode; + int get hashCode => ($SentryOptions$Logs$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Logs$Type$) && - other is $SentryOptions$Logs$Type$; + return other.runtimeType == ($SentryOptions$Logs$Type) && + other is $SentryOptions$Logs$Type; } } @@ -10926,7 +10873,7 @@ final class $SentryOptions$Logs$Type$ extends jni$_.JType { class SentryOptions$Metrics$BeforeSendMetricCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Metrics$BeforeSendMetricCallback.fromReference( @@ -10938,13 +10885,9 @@ class SentryOptions$Metrics$BeforeSendMetricCallback extends jni$_.JObject { r'io/sentry/SentryOptions$Metrics$BeforeSendMetricCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = - $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType - type = $SentryOptions$Metrics$BeforeSendMetricCallback$Type$(); + static const nullableType = + $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType(); + static const type = $SentryOptions$Metrics$BeforeSendMetricCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryMetricsEvent;Lio/sentry/Hint;)Lio/sentry/SentryMetricsEvent;', @@ -10977,7 +10920,7 @@ class SentryOptions$Metrics$BeforeSendMetricCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryMetricsEvent.pointer, _$hint.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } /// Maps a specific port to the implemented interface. @@ -11014,11 +10957,11 @@ class SentryOptions$Metrics$BeforeSendMetricCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/SentryMetricsEvent;Lio/sentry/Hint;)Lio/sentry/SentryMetricsEvent;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -11091,10 +11034,10 @@ final class _$SentryOptions$Metrics$BeforeSendMetricCallback } } -final class $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$(); + const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType(); @jni$_.internal @core$_.override @@ -11112,11 +11055,11 @@ final class $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType + jni$_.JObjType get nullableType => this; @jni$_.internal @@ -11125,20 +11068,20 @@ final class $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$).hashCode; + ($SentryOptions$Metrics$BeforeSendMetricCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$) && - other is $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$; + ($SentryOptions$Metrics$BeforeSendMetricCallback$NullableType) && + other is $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType; } } -final class $SentryOptions$Metrics$BeforeSendMetricCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$Metrics$BeforeSendMetricCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Metrics$BeforeSendMetricCallback$Type$(); + const $SentryOptions$Metrics$BeforeSendMetricCallback$Type(); @jni$_.internal @core$_.override @@ -11154,13 +11097,13 @@ final class $SentryOptions$Metrics$BeforeSendMetricCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType + jni$_.JObjType get nullableType => - const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$(); + const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType(); @jni$_.internal @core$_.override @@ -11168,13 +11111,13 @@ final class $SentryOptions$Metrics$BeforeSendMetricCallback$Type$ @core$_.override int get hashCode => - ($SentryOptions$Metrics$BeforeSendMetricCallback$Type$).hashCode; + ($SentryOptions$Metrics$BeforeSendMetricCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$Metrics$BeforeSendMetricCallback$Type$) && - other is $SentryOptions$Metrics$BeforeSendMetricCallback$Type$; + ($SentryOptions$Metrics$BeforeSendMetricCallback$Type) && + other is $SentryOptions$Metrics$BeforeSendMetricCallback$Type; } } @@ -11182,7 +11125,7 @@ final class $SentryOptions$Metrics$BeforeSendMetricCallback$Type$ class SentryOptions$Metrics extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Metrics.fromReference( @@ -11194,12 +11137,8 @@ class SentryOptions$Metrics extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$Metrics'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$Metrics$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$Metrics$Type$(); + static const nullableType = $SentryOptions$Metrics$NullableType(); + static const type = $SentryOptions$Metrics$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -11294,7 +11233,7 @@ class SentryOptions$Metrics extends jni$_.JObject { return _getBeforeSend( reference.pointer, _id_getBeforeSend as jni$_.JMethodIDPtr) .object( - const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType$()); + const $SentryOptions$Metrics$BeforeSendMetricCallback$NullableType()); } static final _id_setBeforeSend = _class.instanceMethodId( @@ -11347,7 +11286,7 @@ class SentryOptions$Metrics extends jni$_.JObject { jni$_.JObject getMetricsBatchProcessorFactory() { return _getMetricsBatchProcessorFactory(reference.pointer, _id_getMetricsBatchProcessorFactory as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setMetricsBatchProcessorFactory = _class.instanceMethodId( @@ -11381,10 +11320,10 @@ class SentryOptions$Metrics extends jni$_.JObject { } } -final class $SentryOptions$Metrics$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Metrics$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Metrics$NullableType$(); + const $SentryOptions$Metrics$NullableType(); @jni$_.internal @core$_.override @@ -11400,30 +11339,30 @@ final class $SentryOptions$Metrics$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Metrics$NullableType$).hashCode; + int get hashCode => ($SentryOptions$Metrics$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Metrics$NullableType$) && - other is $SentryOptions$Metrics$NullableType$; + return other.runtimeType == ($SentryOptions$Metrics$NullableType) && + other is $SentryOptions$Metrics$NullableType; } } -final class $SentryOptions$Metrics$Type$ - extends jni$_.JType { +final class $SentryOptions$Metrics$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Metrics$Type$(); + const $SentryOptions$Metrics$Type(); @jni$_.internal @core$_.override @@ -11437,24 +11376,24 @@ final class $SentryOptions$Metrics$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$Metrics$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$Metrics$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Metrics$Type$).hashCode; + int get hashCode => ($SentryOptions$Metrics$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Metrics$Type$) && - other is $SentryOptions$Metrics$Type$; + return other.runtimeType == ($SentryOptions$Metrics$Type) && + other is $SentryOptions$Metrics$Type; } } @@ -11462,7 +11401,7 @@ final class $SentryOptions$Metrics$Type$ class SentryOptions$OnDiscardCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$OnDiscardCallback.fromReference( @@ -11474,12 +11413,8 @@ class SentryOptions$OnDiscardCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$OnDiscardCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$OnDiscardCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$OnDiscardCallback$Type$(); + static const nullableType = $SentryOptions$OnDiscardCallback$NullableType(); + static const type = $SentryOptions$OnDiscardCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/clientreport/DiscardReason;Lio/sentry/DataCategory;Ljava/lang/Long;)V', @@ -11551,9 +11486,9 @@ class SentryOptions$OnDiscardCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/clientreport/DiscardReason;Lio/sentry/DataCategory;Ljava/lang/Long;)V') { _$impls[$p]!.execute( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), - $a![1]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), - $a![2]!.as(const jni$_.$JLong$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), + $a![1]!.as(const jni$_.JObjectType(), releaseOriginal: true), + $a![2]!.as(const jni$_.JLongType(), releaseOriginal: true), ); return jni$_.nullptr; } @@ -11634,10 +11569,10 @@ final class _$SentryOptions$OnDiscardCallback } } -final class $SentryOptions$OnDiscardCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$OnDiscardCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$OnDiscardCallback$NullableType$(); + const $SentryOptions$OnDiscardCallback$NullableType(); @jni$_.internal @core$_.override @@ -11653,31 +11588,31 @@ final class $SentryOptions$OnDiscardCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$OnDiscardCallback$NullableType$).hashCode; + int get hashCode => ($SentryOptions$OnDiscardCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$OnDiscardCallback$NullableType$) && - other is $SentryOptions$OnDiscardCallback$NullableType$; + ($SentryOptions$OnDiscardCallback$NullableType) && + other is $SentryOptions$OnDiscardCallback$NullableType; } } -final class $SentryOptions$OnDiscardCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$OnDiscardCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$OnDiscardCallback$Type$(); + const $SentryOptions$OnDiscardCallback$Type(); @jni$_.internal @core$_.override @@ -11691,24 +11626,24 @@ final class $SentryOptions$OnDiscardCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$OnDiscardCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$OnDiscardCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$OnDiscardCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$OnDiscardCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$OnDiscardCallback$Type$) && - other is $SentryOptions$OnDiscardCallback$Type$; + return other.runtimeType == ($SentryOptions$OnDiscardCallback$Type) && + other is $SentryOptions$OnDiscardCallback$Type; } } @@ -11716,7 +11651,7 @@ final class $SentryOptions$OnDiscardCallback$Type$ class SentryOptions$OnOversizedEventCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$OnOversizedEventCallback.fromReference( @@ -11728,12 +11663,9 @@ class SentryOptions$OnOversizedEventCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$OnOversizedEventCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryOptions$OnOversizedEventCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$OnOversizedEventCallback$Type$(); + static const nullableType = + $SentryOptions$OnOversizedEventCallback$NullableType(); + static const type = $SentryOptions$OnOversizedEventCallback$Type(); static final _id_execute = _class.instanceMethodId( r'execute', r'(Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;', @@ -11766,7 +11698,7 @@ class SentryOptions$OnOversizedEventCallback extends jni$_.JObject { final _$hint = hint.reference; return _execute(reference.pointer, _id_execute as jni$_.JMethodIDPtr, _$sentryEvent.pointer, _$hint.pointer) - .object(const $SentryEvent$Type$()); + .object(const $SentryEvent$Type()); } /// Maps a specific port to the implemented interface. @@ -11803,11 +11735,11 @@ class SentryOptions$OnOversizedEventCallback extends jni$_.JObject { if ($d == r'execute(Lio/sentry/SentryEvent;Lio/sentry/Hint;)Lio/sentry/SentryEvent;') { final $r = _$impls[$p]!.execute( - $a![0]!.as(const $SentryEvent$Type$(), releaseOriginal: true), - $a![1]!.as(const $Hint$Type$(), releaseOriginal: true), + $a![0]!.as(const $SentryEvent$Type(), releaseOriginal: true), + $a![1]!.as(const $Hint$Type(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -11875,10 +11807,10 @@ final class _$SentryOptions$OnOversizedEventCallback } } -final class $SentryOptions$OnOversizedEventCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$OnOversizedEventCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$OnOversizedEventCallback$NullableType$(); + const $SentryOptions$OnOversizedEventCallback$NullableType(); @jni$_.internal @core$_.override @@ -11895,11 +11827,12 @@ final class $SentryOptions$OnOversizedEventCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => + this; @jni$_.internal @core$_.override @@ -11907,20 +11840,20 @@ final class $SentryOptions$OnOversizedEventCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$OnOversizedEventCallback$NullableType$).hashCode; + ($SentryOptions$OnOversizedEventCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$OnOversizedEventCallback$NullableType$) && - other is $SentryOptions$OnOversizedEventCallback$NullableType$; + ($SentryOptions$OnOversizedEventCallback$NullableType) && + other is $SentryOptions$OnOversizedEventCallback$NullableType; } } -final class $SentryOptions$OnOversizedEventCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$OnOversizedEventCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$OnOversizedEventCallback$Type$(); + const $SentryOptions$OnOversizedEventCallback$Type(); @jni$_.internal @core$_.override @@ -11935,25 +11868,25 @@ final class $SentryOptions$OnOversizedEventCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$OnOversizedEventCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$OnOversizedEventCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$OnOversizedEventCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$OnOversizedEventCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$OnOversizedEventCallback$Type$) && - other is $SentryOptions$OnOversizedEventCallback$Type$; + ($SentryOptions$OnOversizedEventCallback$Type) && + other is $SentryOptions$OnOversizedEventCallback$Type; } } @@ -11961,7 +11894,7 @@ final class $SentryOptions$OnOversizedEventCallback$Type$ class SentryOptions$ProfilesSamplerCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$ProfilesSamplerCallback.fromReference( @@ -11973,12 +11906,9 @@ class SentryOptions$ProfilesSamplerCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$ProfilesSamplerCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryOptions$ProfilesSamplerCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$ProfilesSamplerCallback$Type$(); + static const nullableType = + $SentryOptions$ProfilesSamplerCallback$NullableType(); + static const type = $SentryOptions$ProfilesSamplerCallback$Type(); static final _id_sample = _class.instanceMethodId( r'sample', r'(Lio/sentry/SamplingContext;)Ljava/lang/Double;', @@ -12003,7 +11933,7 @@ class SentryOptions$ProfilesSamplerCallback extends jni$_.JObject { final _$samplingContext = samplingContext.reference; return _sample(reference.pointer, _id_sample as jni$_.JMethodIDPtr, _$samplingContext.pointer) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } /// Maps a specific port to the implemented interface. @@ -12039,10 +11969,10 @@ class SentryOptions$ProfilesSamplerCallback extends jni$_.JObject { final $a = $i.args; if ($d == r'sample(Lio/sentry/SamplingContext;)Ljava/lang/Double;') { final $r = _$impls[$p]!.sample( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -12110,10 +12040,10 @@ final class _$SentryOptions$ProfilesSamplerCallback } } -final class $SentryOptions$ProfilesSamplerCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$ProfilesSamplerCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$ProfilesSamplerCallback$NullableType$(); + const $SentryOptions$ProfilesSamplerCallback$NullableType(); @jni$_.internal @core$_.override @@ -12130,11 +12060,12 @@ final class $SentryOptions$ProfilesSamplerCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => + this; @jni$_.internal @core$_.override @@ -12142,20 +12073,20 @@ final class $SentryOptions$ProfilesSamplerCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$ProfilesSamplerCallback$NullableType$).hashCode; + ($SentryOptions$ProfilesSamplerCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$ProfilesSamplerCallback$NullableType$) && - other is $SentryOptions$ProfilesSamplerCallback$NullableType$; + ($SentryOptions$ProfilesSamplerCallback$NullableType) && + other is $SentryOptions$ProfilesSamplerCallback$NullableType; } } -final class $SentryOptions$ProfilesSamplerCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$ProfilesSamplerCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$ProfilesSamplerCallback$Type$(); + const $SentryOptions$ProfilesSamplerCallback$Type(); @jni$_.internal @core$_.override @@ -12170,25 +12101,24 @@ final class $SentryOptions$ProfilesSamplerCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$ProfilesSamplerCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$ProfilesSamplerCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$ProfilesSamplerCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$ProfilesSamplerCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == - ($SentryOptions$ProfilesSamplerCallback$Type$) && - other is $SentryOptions$ProfilesSamplerCallback$Type$; + return other.runtimeType == ($SentryOptions$ProfilesSamplerCallback$Type) && + other is $SentryOptions$ProfilesSamplerCallback$Type; } } @@ -12196,7 +12126,7 @@ final class $SentryOptions$ProfilesSamplerCallback$Type$ class SentryOptions$Proxy extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$Proxy.fromReference( @@ -12207,12 +12137,8 @@ class SentryOptions$Proxy extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryOptions$Proxy'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$Proxy$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$Proxy$Type$(); + static const nullableType = $SentryOptions$Proxy$NullableType(); + static const type = $SentryOptions$Proxy$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -12436,7 +12362,7 @@ class SentryOptions$Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getHost() { return _getHost(reference.pointer, _id_getHost as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setHost = _class.instanceMethodId( @@ -12486,7 +12412,7 @@ class SentryOptions$Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getPort() { return _getPort(reference.pointer, _id_getPort as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setPort = _class.instanceMethodId( @@ -12536,7 +12462,7 @@ class SentryOptions$Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getUser() { return _getUser(reference.pointer, _id_getUser as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setUser = _class.instanceMethodId( @@ -12586,7 +12512,7 @@ class SentryOptions$Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getPass() { return _getPass(reference.pointer, _id_getPass as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setPass = _class.instanceMethodId( @@ -12636,7 +12562,7 @@ class SentryOptions$Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. Proxy$Type? getType() { return _getType(reference.pointer, _id_getType as jni$_.JMethodIDPtr) - .object(const $Proxy$Type$NullableType$()); + .object(const $Proxy$Type$NullableType()); } static final _id_setType = _class.instanceMethodId( @@ -12666,10 +12592,10 @@ class SentryOptions$Proxy extends jni$_.JObject { } } -final class $SentryOptions$Proxy$NullableType$ - extends jni$_.JType { +final class $SentryOptions$Proxy$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Proxy$NullableType$(); + const $SentryOptions$Proxy$NullableType(); @jni$_.internal @core$_.override @@ -12685,30 +12611,30 @@ final class $SentryOptions$Proxy$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Proxy$NullableType$).hashCode; + int get hashCode => ($SentryOptions$Proxy$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Proxy$NullableType$) && - other is $SentryOptions$Proxy$NullableType$; + return other.runtimeType == ($SentryOptions$Proxy$NullableType) && + other is $SentryOptions$Proxy$NullableType; } } -final class $SentryOptions$Proxy$Type$ - extends jni$_.JType { +final class $SentryOptions$Proxy$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Proxy$Type$(); + const $SentryOptions$Proxy$Type(); @jni$_.internal @core$_.override @@ -12722,24 +12648,24 @@ final class $SentryOptions$Proxy$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$Proxy$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$Proxy$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Proxy$Type$).hashCode; + int get hashCode => ($SentryOptions$Proxy$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Proxy$Type$) && - other is $SentryOptions$Proxy$Type$; + return other.runtimeType == ($SentryOptions$Proxy$Type) && + other is $SentryOptions$Proxy$Type; } } @@ -12747,7 +12673,7 @@ final class $SentryOptions$Proxy$Type$ class SentryOptions$RequestSize extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$RequestSize.fromReference( @@ -12759,12 +12685,8 @@ class SentryOptions$RequestSize extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$RequestSize'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$RequestSize$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$RequestSize$Type$(); + static const nullableType = $SentryOptions$RequestSize$NullableType(); + static const type = $SentryOptions$RequestSize$Type(); static final _id_NONE = _class.staticFieldId( r'NONE', r'Lio/sentry/SentryOptions$RequestSize;', @@ -12773,7 +12695,7 @@ class SentryOptions$RequestSize extends jni$_.JObject { /// from: `static public final io.sentry.SentryOptions$RequestSize NONE` /// The returned object must be released after use, by calling the [release] method. static SentryOptions$RequestSize get NONE => - _id_NONE.get(_class, const $SentryOptions$RequestSize$Type$()); + _id_NONE.get(_class, const $SentryOptions$RequestSize$Type()); static final _id_SMALL = _class.staticFieldId( r'SMALL', @@ -12783,7 +12705,7 @@ class SentryOptions$RequestSize extends jni$_.JObject { /// from: `static public final io.sentry.SentryOptions$RequestSize SMALL` /// The returned object must be released after use, by calling the [release] method. static SentryOptions$RequestSize get SMALL => - _id_SMALL.get(_class, const $SentryOptions$RequestSize$Type$()); + _id_SMALL.get(_class, const $SentryOptions$RequestSize$Type()); static final _id_MEDIUM = _class.staticFieldId( r'MEDIUM', @@ -12793,7 +12715,7 @@ class SentryOptions$RequestSize extends jni$_.JObject { /// from: `static public final io.sentry.SentryOptions$RequestSize MEDIUM` /// The returned object must be released after use, by calling the [release] method. static SentryOptions$RequestSize get MEDIUM => - _id_MEDIUM.get(_class, const $SentryOptions$RequestSize$Type$()); + _id_MEDIUM.get(_class, const $SentryOptions$RequestSize$Type()); static final _id_ALWAYS = _class.staticFieldId( r'ALWAYS', @@ -12803,7 +12725,7 @@ class SentryOptions$RequestSize extends jni$_.JObject { /// from: `static public final io.sentry.SentryOptions$RequestSize ALWAYS` /// The returned object must be released after use, by calling the [release] method. static SentryOptions$RequestSize get ALWAYS => - _id_ALWAYS.get(_class, const $SentryOptions$RequestSize$Type$()); + _id_ALWAYS.get(_class, const $SentryOptions$RequestSize$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -12827,8 +12749,8 @@ class SentryOptions$RequestSize extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $SentryOptions$RequestSize$NullableType$())); + const jni$_.JArrayNullableType( + $SentryOptions$RequestSize$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -12856,14 +12778,14 @@ class SentryOptions$RequestSize extends jni$_.JObject { return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$string.pointer) .object( - const $SentryOptions$RequestSize$NullableType$()); + const $SentryOptions$RequestSize$NullableType()); } } -final class $SentryOptions$RequestSize$NullableType$ - extends jni$_.JType { +final class $SentryOptions$RequestSize$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$RequestSize$NullableType$(); + const $SentryOptions$RequestSize$NullableType(); @jni$_.internal @core$_.override @@ -12879,30 +12801,30 @@ final class $SentryOptions$RequestSize$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$RequestSize$NullableType$).hashCode; + int get hashCode => ($SentryOptions$RequestSize$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$RequestSize$NullableType$) && - other is $SentryOptions$RequestSize$NullableType$; + return other.runtimeType == ($SentryOptions$RequestSize$NullableType) && + other is $SentryOptions$RequestSize$NullableType; } } -final class $SentryOptions$RequestSize$Type$ - extends jni$_.JType { +final class $SentryOptions$RequestSize$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$RequestSize$Type$(); + const $SentryOptions$RequestSize$Type(); @jni$_.internal @core$_.override @@ -12916,24 +12838,24 @@ final class $SentryOptions$RequestSize$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$RequestSize$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$RequestSize$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$RequestSize$Type$).hashCode; + int get hashCode => ($SentryOptions$RequestSize$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$RequestSize$Type$) && - other is $SentryOptions$RequestSize$Type$; + return other.runtimeType == ($SentryOptions$RequestSize$Type) && + other is $SentryOptions$RequestSize$Type; } } @@ -12941,7 +12863,7 @@ final class $SentryOptions$RequestSize$Type$ class SentryOptions$TracesSamplerCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions$TracesSamplerCallback.fromReference( @@ -12953,12 +12875,9 @@ class SentryOptions$TracesSamplerCallback extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryOptions$TracesSamplerCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$TracesSamplerCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryOptions$TracesSamplerCallback$Type$(); + static const nullableType = + $SentryOptions$TracesSamplerCallback$NullableType(); + static const type = $SentryOptions$TracesSamplerCallback$Type(); static final _id_sample = _class.instanceMethodId( r'sample', r'(Lio/sentry/SamplingContext;)Ljava/lang/Double;', @@ -12983,7 +12902,7 @@ class SentryOptions$TracesSamplerCallback extends jni$_.JObject { final _$samplingContext = samplingContext.reference; return _sample(reference.pointer, _id_sample as jni$_.JMethodIDPtr, _$samplingContext.pointer) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } /// Maps a specific port to the implemented interface. @@ -13019,10 +12938,10 @@ class SentryOptions$TracesSamplerCallback extends jni$_.JObject { final $a = $i.args; if ($d == r'sample(Lio/sentry/SamplingContext;)Ljava/lang/Double;') { final $r = _$impls[$p]!.sample( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), ); return ($r as jni$_.JObject?) - ?.as(const jni$_.$JObject$Type$()) + ?.as(const jni$_.JObjectType()) .reference .toPointer() ?? jni$_.nullptr; @@ -13090,10 +13009,10 @@ final class _$SentryOptions$TracesSamplerCallback } } -final class $SentryOptions$TracesSamplerCallback$NullableType$ - extends jni$_.JType { +final class $SentryOptions$TracesSamplerCallback$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$TracesSamplerCallback$NullableType$(); + const $SentryOptions$TracesSamplerCallback$NullableType(); @jni$_.internal @core$_.override @@ -13110,11 +13029,11 @@ final class $SentryOptions$TracesSamplerCallback$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override @@ -13122,20 +13041,20 @@ final class $SentryOptions$TracesSamplerCallback$NullableType$ @core$_.override int get hashCode => - ($SentryOptions$TracesSamplerCallback$NullableType$).hashCode; + ($SentryOptions$TracesSamplerCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryOptions$TracesSamplerCallback$NullableType$) && - other is $SentryOptions$TracesSamplerCallback$NullableType$; + ($SentryOptions$TracesSamplerCallback$NullableType) && + other is $SentryOptions$TracesSamplerCallback$NullableType; } } -final class $SentryOptions$TracesSamplerCallback$Type$ - extends jni$_.JType { +final class $SentryOptions$TracesSamplerCallback$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$TracesSamplerCallback$Type$(); + const $SentryOptions$TracesSamplerCallback$Type(); @jni$_.internal @core$_.override @@ -13150,24 +13069,24 @@ final class $SentryOptions$TracesSamplerCallback$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$TracesSamplerCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$TracesSamplerCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$TracesSamplerCallback$Type$).hashCode; + int get hashCode => ($SentryOptions$TracesSamplerCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$TracesSamplerCallback$Type$) && - other is $SentryOptions$TracesSamplerCallback$Type$; + return other.runtimeType == ($SentryOptions$TracesSamplerCallback$Type) && + other is $SentryOptions$TracesSamplerCallback$Type; } } @@ -13175,7 +13094,7 @@ final class $SentryOptions$TracesSamplerCallback$Type$ class SentryOptions extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryOptions.fromReference( @@ -13186,11 +13105,8 @@ class SentryOptions extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryOptions'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryOptions$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryOptions$Type$(); + static const nullableType = $SentryOptions$NullableType(); + static const type = $SentryOptions$Type(); static final _id_DEFAULT_PROPAGATION_TARGETS = _class.staticFieldId( r'DEFAULT_PROPAGATION_TARGETS', r'Ljava/lang/String;', @@ -13199,7 +13115,7 @@ class SentryOptions extends jni$_.JObject { /// from: `static public final java.lang.String DEFAULT_PROPAGATION_TARGETS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString get DEFAULT_PROPAGATION_TARGETS => - _id_DEFAULT_PROPAGATION_TARGETS.get(_class, const jni$_.$JString$Type$()); + _id_DEFAULT_PROPAGATION_TARGETS.get(_class, const jni$_.JStringType()); /// from: `static public final long MAX_EVENT_SIZE_BYTES` static const MAX_EVENT_SIZE_BYTES = 1048576; @@ -13225,7 +13141,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getProfilerConverter() { return _getProfilerConverter( reference.pointer, _id_getProfilerConverter as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setProfilerConverter = _class.instanceMethodId( @@ -13256,6 +13172,28 @@ class SentryOptions extends jni$_.JObject { .check(); } + static final _id_activate = _class.instanceMethodId( + r'activate', + r'()V', + ); + + static final _activate = jni$_.ProtectedJniExtensions.lookup< + jni$_.NativeFunction< + jni$_.JThrowablePtr Function( + jni$_.Pointer, + jni$_.JMethodIDPtr, + )>>('globalEnv_CallVoidMethod') + .asFunction< + jni$_.JThrowablePtr Function( + jni$_.Pointer, + jni$_.JMethodIDPtr, + )>(); + + /// from: `public void activate()` + void activate() { + _activate(reference.pointer, _id_activate as jni$_.JMethodIDPtr).check(); + } + static final _id_addEventProcessor = _class.instanceMethodId( r'addEventProcessor', r'(Lio/sentry/EventProcessor;)V', @@ -13307,8 +13245,7 @@ class SentryOptions extends jni$_.JObject { return _getEventProcessors( reference.pointer, _id_getEventProcessors as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_addIntegration = _class.instanceMethodId( @@ -13360,8 +13297,7 @@ class SentryOptions extends jni$_.JObject { return _getIntegrations( reference.pointer, _id_getIntegrations as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_getDsn = _class.instanceMethodId( @@ -13385,7 +13321,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getDsn() { return _getDsn(reference.pointer, _id_getDsn as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setDsn = _class.instanceMethodId( @@ -13481,7 +13417,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getLogger() { return _getLogger(reference.pointer, _id_getLogger as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setLogger = _class.instanceMethodId( @@ -13532,7 +13468,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getFatalLogger() { return _getFatalLogger( reference.pointer, _id_getFatalLogger as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setFatalLogger = _class.instanceMethodId( @@ -13583,7 +13519,7 @@ class SentryOptions extends jni$_.JObject { SentryLevel getDiagnosticLevel() { return _getDiagnosticLevel( reference.pointer, _id_getDiagnosticLevel as jni$_.JMethodIDPtr) - .object(const $SentryLevel$Type$()); + .object(const $SentryLevel$Type()); } static final _id_setDiagnosticLevel = _class.instanceMethodId( @@ -13634,7 +13570,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getSerializer() { return _getSerializer( reference.pointer, _id_getSerializer as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setSerializer = _class.instanceMethodId( @@ -13732,7 +13668,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getEnvelopeReader() { return _getEnvelopeReader( reference.pointer, _id_getEnvelopeReader as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setEnvelopeReader = _class.instanceMethodId( @@ -13834,7 +13770,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getSentryClientName() { return _getSentryClientName( reference.pointer, _id_getSentryClientName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setSentryClientName = _class.instanceMethodId( @@ -13886,7 +13822,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeSend( reference.pointer, _id_getBeforeSend as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeSendCallback$NullableType$()); + const $SentryOptions$BeforeSendCallback$NullableType()); } static final _id_setBeforeSend = _class.instanceMethodId( @@ -13939,7 +13875,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeSendTransaction(reference.pointer, _id_getBeforeSendTransaction as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeSendTransactionCallback$NullableType$()); + const $SentryOptions$BeforeSendTransactionCallback$NullableType()); } static final _id_setBeforeSendTransaction = _class.instanceMethodId( @@ -13994,7 +13930,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeSendFeedback( reference.pointer, _id_getBeforeSendFeedback as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeSendCallback$NullableType$()); + const $SentryOptions$BeforeSendCallback$NullableType()); } static final _id_setBeforeSendFeedback = _class.instanceMethodId( @@ -14049,7 +13985,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeSendReplay( reference.pointer, _id_getBeforeSendReplay as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeSendReplayCallback$NullableType$()); + const $SentryOptions$BeforeSendReplayCallback$NullableType()); } static final _id_setBeforeSendReplay = _class.instanceMethodId( @@ -14104,7 +14040,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeBreadcrumb( reference.pointer, _id_getBeforeBreadcrumb as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeBreadcrumbCallback$NullableType$()); + const $SentryOptions$BeforeBreadcrumbCallback$NullableType()); } static final _id_setBeforeBreadcrumb = _class.instanceMethodId( @@ -14159,7 +14095,7 @@ class SentryOptions extends jni$_.JObject { return _getOnDiscard( reference.pointer, _id_getOnDiscard as jni$_.JMethodIDPtr) .object( - const $SentryOptions$OnDiscardCallback$NullableType$()); + const $SentryOptions$OnDiscardCallback$NullableType()); } static final _id_setOnDiscard = _class.instanceMethodId( @@ -14211,7 +14147,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getCacheDirPath() { return _getCacheDirPath( reference.pointer, _id_getCacheDirPath as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getOutboxPath = _class.instanceMethodId( @@ -14236,7 +14172,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getOutboxPath() { return _getOutboxPath( reference.pointer, _id_getOutboxPath as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setCacheDirPath = _class.instanceMethodId( @@ -14382,7 +14318,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getRelease() { return _getRelease(reference.pointer, _id_getRelease as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setRelease = _class.instanceMethodId( @@ -14433,7 +14369,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getEnvironment() { return _getEnvironment( reference.pointer, _id_getEnvironment as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setEnvironment = _class.instanceMethodId( @@ -14484,7 +14420,7 @@ class SentryOptions extends jni$_.JObject { SentryOptions$Proxy? getProxy() { return _getProxy(reference.pointer, _id_getProxy as jni$_.JMethodIDPtr) .object( - const $SentryOptions$Proxy$NullableType$()); + const $SentryOptions$Proxy$NullableType()); } static final _id_setProxy = _class.instanceMethodId( @@ -14535,7 +14471,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JDouble? getSampleRate() { return _getSampleRate( reference.pointer, _id_getSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_setSampleRate = _class.instanceMethodId( @@ -14586,7 +14522,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JDouble? getTracesSampleRate() { return _getTracesSampleRate( reference.pointer, _id_getTracesSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_setTracesSampleRate = _class.instanceMethodId( @@ -14638,7 +14574,7 @@ class SentryOptions extends jni$_.JObject { return _getTracesSampler( reference.pointer, _id_getTracesSampler as jni$_.JMethodIDPtr) .object( - const $SentryOptions$TracesSamplerCallback$NullableType$()); + const $SentryOptions$TracesSamplerCallback$NullableType()); } static final _id_setTracesSampler = _class.instanceMethodId( @@ -14692,7 +14628,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getInternalTracesSampler() { return _getInternalTracesSampler(reference.pointer, _id_getInternalTracesSampler as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getInAppExcludes = _class.instanceMethodId( @@ -14718,8 +14654,7 @@ class SentryOptions extends jni$_.JObject { return _getInAppExcludes( reference.pointer, _id_getInAppExcludes as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_addInAppExclude = _class.instanceMethodId( @@ -14771,8 +14706,7 @@ class SentryOptions extends jni$_.JObject { return _getInAppIncludes( reference.pointer, _id_getInAppIncludes as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_addInAppInclude = _class.instanceMethodId( @@ -14823,7 +14757,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getTransportFactory() { return _getTransportFactory( reference.pointer, _id_getTransportFactory as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setTransportFactory = _class.instanceMethodId( @@ -14876,7 +14810,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getDist() { return _getDist(reference.pointer, _id_getDist as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setDist = _class.instanceMethodId( @@ -14927,7 +14861,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getTransportGate() { return _getTransportGate( reference.pointer, _id_getTransportGate as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setTransportGate = _class.instanceMethodId( @@ -15125,7 +15059,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getServerName() { return _getServerName( reference.pointer, _id_getServerName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setServerName = _class.instanceMethodId( @@ -15273,7 +15207,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getDistinctId() { return _getDistinctId( reference.pointer, _id_getDistinctId as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setDistinctId = _class.instanceMethodId( @@ -15471,7 +15405,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getExecutorService() { return _getExecutorService( reference.pointer, _id_getExecutorService as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setExecutorService = _class.instanceMethodId( @@ -15621,7 +15555,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getEnvelopeDiskCache() { return _getEnvelopeDiskCache( reference.pointer, _id_getEnvelopeDiskCache as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setEnvelopeDiskCache = _class.instanceMethodId( @@ -15722,7 +15656,7 @@ class SentryOptions extends jni$_.JObject { SdkVersion? getSdkVersion() { return _getSdkVersion( reference.pointer, _id_getSdkVersion as jni$_.JMethodIDPtr) - .object(const $SdkVersion$NullableType$()); + .object(const $SdkVersion$NullableType()); } static final _id_getSslSocketFactory = _class.instanceMethodId( @@ -15747,7 +15681,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject? getSslSocketFactory() { return _getSslSocketFactory( reference.pointer, _id_getSslSocketFactory as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setSslSocketFactory = _class.instanceMethodId( @@ -15904,8 +15838,7 @@ class SentryOptions extends jni$_.JObject { return _getScopeObservers( reference.pointer, _id_getScopeObservers as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_findPersistingScopeObserver = _class.instanceMethodId( @@ -15931,7 +15864,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject? findPersistingScopeObserver() { return _findPersistingScopeObserver(reference.pointer, _id_findPersistingScopeObserver as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_addOptionsObserver = _class.instanceMethodId( @@ -15985,8 +15918,7 @@ class SentryOptions extends jni$_.JObject { return _getOptionsObservers( reference.pointer, _id_getOptionsObservers as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_isEnableExternalConfiguration = _class.instanceMethodId( @@ -16060,9 +15992,8 @@ class SentryOptions extends jni$_.JObject { jni$_.JMap getTags() { return _getTags(reference.pointer, _id_getTags as jni$_.JMethodIDPtr) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JString$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JStringNullableType())); } static final _id_setTag = _class.instanceMethodId( @@ -16266,7 +16197,7 @@ class SentryOptions extends jni$_.JObject { return _getOnOversizedEvent( reference.pointer, _id_getOnOversizedEvent as jni$_.JMethodIDPtr) .object( - const $SentryOptions$OnOversizedEventCallback$NullableType$()); + const $SentryOptions$OnOversizedEventCallback$NullableType()); } static final _id_setOnOversizedEvent = _class.instanceMethodId( @@ -16346,8 +16277,7 @@ class SentryOptions extends jni$_.JObject { return _getIgnoredExceptionsForType(reference.pointer, _id_getIgnoredExceptionsForType as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JSetType(jni$_.JObjectNullableType())); } static final _id_addIgnoredExceptionForType = _class.instanceMethodId( @@ -16402,8 +16332,8 @@ class SentryOptions extends jni$_.JObject { return _getIgnoredErrors( reference.pointer, _id_getIgnoredErrors as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_setIgnoredErrors = _class.instanceMethodId( @@ -16624,7 +16554,7 @@ class SentryOptions extends jni$_.JObject { return _getMaxRequestBodySize( reference.pointer, _id_getMaxRequestBodySize as jni$_.JMethodIDPtr) .object( - const $SentryOptions$RequestSize$Type$()); + const $SentryOptions$RequestSize$Type()); } static final _id_setMaxRequestBodySize = _class.instanceMethodId( @@ -16773,7 +16703,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getTransactionProfiler() { return _getTransactionProfiler( reference.pointer, _id_getTransactionProfiler as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setTransactionProfiler = _class.instanceMethodId( @@ -16827,7 +16757,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getContinuousProfiler() { return _getContinuousProfiler( reference.pointer, _id_getContinuousProfiler as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setContinuousProfiler = _class.instanceMethodId( @@ -16931,7 +16861,7 @@ class SentryOptions extends jni$_.JObject { return _getProfilesSampler( reference.pointer, _id_getProfilesSampler as jni$_.JMethodIDPtr) .object( - const $SentryOptions$ProfilesSamplerCallback$NullableType$()); + const $SentryOptions$ProfilesSamplerCallback$NullableType()); } static final _id_setProfilesSampler = _class.instanceMethodId( @@ -16985,7 +16915,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JDouble? getProfilesSampleRate() { return _getProfilesSampleRate( reference.pointer, _id_getProfilesSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_setProfilesSampleRate = _class.instanceMethodId( @@ -17037,7 +16967,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JDouble? getProfileSessionSampleRate() { return _getProfileSessionSampleRate(reference.pointer, _id_getProfileSessionSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_setProfileSessionSampleRate = _class.instanceMethodId( @@ -17091,7 +17021,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getProfileLifecycle() { return _getProfileLifecycle( reference.pointer, _id_getProfileLifecycle as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setProfileLifecycle = _class.instanceMethodId( @@ -17240,7 +17170,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getProfilingTracesDirPath() { return _getProfilingTracesDirPath(reference.pointer, _id_getProfilingTracesDirPath as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setProfilingTracesDirPath = _class.instanceMethodId( @@ -17295,8 +17225,7 @@ class SentryOptions extends jni$_.JObject { return _getTracePropagationTargets(reference.pointer, _id_getTracePropagationTargets as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setTracePropagationTargets = _class.instanceMethodId( @@ -17398,7 +17327,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getProguardUuid() { return _getProguardUuid( reference.pointer, _id_getProguardUuid as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setProguardUuid = _class.instanceMethodId( @@ -17476,8 +17405,7 @@ class SentryOptions extends jni$_.JObject { return _getBundleIds( reference.pointer, _id_getBundleIds as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JSetType(jni$_.JStringNullableType())); } static final _id_getContextTags = _class.instanceMethodId( @@ -17503,8 +17431,7 @@ class SentryOptions extends jni$_.JObject { return _getContextTags( reference.pointer, _id_getContextTags as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_addContextTag = _class.instanceMethodId( @@ -17555,7 +17482,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JLong? getIdleTimeout() { return _getIdleTimeout( reference.pointer, _id_getIdleTimeout as jni$_.JMethodIDPtr) - .object(const jni$_.$JLong$NullableType$()); + .object(const jni$_.JLongNullableType()); } static final _id_setIdleTimeout = _class.instanceMethodId( @@ -17783,7 +17710,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getInstrumenter() { return _getInstrumenter( reference.pointer, _id_getInstrumenter as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getClientReportRecorder = _class.instanceMethodId( @@ -17808,7 +17735,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getClientReportRecorder() { return _getClientReportRecorder(reference.pointer, _id_getClientReportRecorder as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getModulesLoader = _class.instanceMethodId( @@ -17833,7 +17760,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getModulesLoader() { return _getModulesLoader( reference.pointer, _id_getModulesLoader as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setModulesLoader = _class.instanceMethodId( @@ -17886,7 +17813,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getDebugMetaLoader() { return _getDebugMetaLoader( reference.pointer, _id_getDebugMetaLoader as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setDebugMetaLoader = _class.instanceMethodId( @@ -17941,8 +17868,8 @@ class SentryOptions extends jni$_.JObject { return _getGestureTargetLocators(reference.pointer, _id_getGestureTargetLocators as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_setGestureTargetLocators = _class.instanceMethodId( @@ -17994,8 +17921,7 @@ class SentryOptions extends jni$_.JObject { return _getViewHierarchyExporters(reference.pointer, _id_getViewHierarchyExporters as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_setViewHierarchyExporters = _class.instanceMethodId( @@ -18046,7 +17972,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getThreadChecker() { return _getThreadChecker( reference.pointer, _id_getThreadChecker as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setThreadChecker = _class.instanceMethodId( @@ -18100,7 +18026,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getCompositePerformanceCollector() { return _getCompositePerformanceCollector(reference.pointer, _id_getCompositePerformanceCollector as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setCompositePerformanceCollector = _class.instanceMethodId( @@ -18206,7 +18132,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getFullyDisplayedReporter() { return _getFullyDisplayedReporter(reference.pointer, _id_getFullyDisplayedReporter as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setFullyDisplayedReporter = _class.instanceMethodId( @@ -18554,8 +18480,8 @@ class SentryOptions extends jni$_.JObject { return _getIgnoredSpanOrigins( reference.pointer, _id_getIgnoredSpanOrigins as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_addIgnoredSpanOrigin = _class.instanceMethodId( @@ -18633,8 +18559,8 @@ class SentryOptions extends jni$_.JObject { return _getIgnoredCheckIns( reference.pointer, _id_getIgnoredCheckIns as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_addIgnoredCheckIn = _class.instanceMethodId( @@ -18712,8 +18638,8 @@ class SentryOptions extends jni$_.JObject { return _getIgnoredTransactions( reference.pointer, _id_getIgnoredTransactions as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_addIgnoredTransaction = _class.instanceMethodId( @@ -18790,7 +18716,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getDateProvider() { return _getDateProvider( reference.pointer, _id_getDateProvider as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setDateProvider = _class.instanceMethodId( @@ -18872,8 +18798,7 @@ class SentryOptions extends jni$_.JObject { return _getPerformanceCollectors(reference.pointer, _id_getPerformanceCollectors as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_getConnectionStatusProvider = _class.instanceMethodId( @@ -18899,7 +18824,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getConnectionStatusProvider() { return _getConnectionStatusProvider(reference.pointer, _id_getConnectionStatusProvider as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setConnectionStatusProvider = _class.instanceMethodId( @@ -18953,7 +18878,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getBackpressureMonitor() { return _getBackpressureMonitor( reference.pointer, _id_getBackpressureMonitor as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setBackpressureMonitor = _class.instanceMethodId( @@ -19030,7 +18955,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getVersionDetector() { return _getVersionDetector( reference.pointer, _id_getVersionDetector as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setVersionDetector = _class.instanceMethodId( @@ -19206,7 +19131,7 @@ class SentryOptions extends jni$_.JObject { return _getBeforeEnvelopeCallback(reference.pointer, _id_getBeforeEnvelopeCallback as jni$_.JMethodIDPtr) .object( - const $SentryOptions$BeforeEnvelopeCallback$NullableType$()); + const $SentryOptions$BeforeEnvelopeCallback$NullableType()); } static final _id_setBeforeEnvelopeCallback = _class.instanceMethodId( @@ -19260,7 +19185,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JString? getSpotlightConnectionUrl() { return _getSpotlightConnectionUrl(reference.pointer, _id_getSpotlightConnectionUrl as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setSpotlightConnectionUrl = _class.instanceMethodId( @@ -19408,7 +19333,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryOptions$Cron? getCron() { return _getCron(reference.pointer, _id_getCron as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Cron$NullableType$()); + .object(const $SentryOptions$Cron$NullableType()); } static final _id_setCron = _class.instanceMethodId( @@ -19459,7 +19384,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getExperimental() { return _getExperimental( reference.pointer, _id_getExperimental as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getReplayController = _class.instanceMethodId( @@ -19484,7 +19409,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getReplayController() { return _getReplayController( reference.pointer, _id_getReplayController as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setReplayController = _class.instanceMethodId( @@ -19538,7 +19463,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getDistributionController() { return _getDistributionController(reference.pointer, _id_getDistributionController as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setDistributionController = _class.instanceMethodId( @@ -19666,7 +19591,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getDefaultScopeType() { return _getDefaultScopeType( reference.pointer, _id_getDefaultScopeType as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setInitPriority = _class.instanceMethodId( @@ -19717,7 +19642,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getInitPriority() { return _getInitPriority( reference.pointer, _id_getInitPriority as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setForceInit = _class.instanceMethodId( @@ -19816,7 +19741,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JBoolean? isGlobalHubMode() { return _isGlobalHubMode( reference.pointer, _id_isGlobalHubMode as jni$_.JMethodIDPtr) - .object(const jni$_.$JBoolean$NullableType$()); + .object(const jni$_.JBooleanNullableType()); } static final _id_setOpenTelemetryMode = _class.instanceMethodId( @@ -19869,7 +19794,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getOpenTelemetryMode() { return _getOpenTelemetryMode( reference.pointer, _id_getOpenTelemetryMode as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getSessionReplay = _class.instanceMethodId( @@ -19894,7 +19819,7 @@ class SentryOptions extends jni$_.JObject { SentryReplayOptions getSessionReplay() { return _getSessionReplay( reference.pointer, _id_getSessionReplay as jni$_.JMethodIDPtr) - .object(const $SentryReplayOptions$Type$()); + .object(const $SentryReplayOptions$Type()); } static final _id_setSessionReplay = _class.instanceMethodId( @@ -19947,7 +19872,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getFeedbackOptions() { return _getFeedbackOptions( reference.pointer, _id_getFeedbackOptions as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setFeedbackOptions = _class.instanceMethodId( @@ -20049,7 +19974,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getSocketTagger() { return _getSocketTagger( reference.pointer, _id_getSocketTagger as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setSocketTagger = _class.instanceMethodId( @@ -20100,7 +20025,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getRuntimeManager() { return _getRuntimeManager( reference.pointer, _id_getRuntimeManager as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setRuntimeManager = _class.instanceMethodId( @@ -20152,7 +20077,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static SentryOptions empty() { return _empty(_class.reference.pointer, _id_empty as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Type$()); + .object(const $SentryOptions$Type()); } static final _id_new$ = _class.constructorId( @@ -20227,7 +20152,7 @@ class SentryOptions extends jni$_.JObject { jni$_.JObject getSpanFactory() { return _getSpanFactory( reference.pointer, _id_getSpanFactory as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setSpanFactory = _class.instanceMethodId( @@ -20277,7 +20202,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryOptions$Logs getLogs() { return _getLogs(reference.pointer, _id_getLogs as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Logs$Type$()); + .object(const $SentryOptions$Logs$Type()); } static final _id_setLogs = _class.instanceMethodId( @@ -20327,7 +20252,7 @@ class SentryOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryOptions$Metrics getMetrics() { return _getMetrics(reference.pointer, _id_getMetrics as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Metrics$Type$()); + .object(const $SentryOptions$Metrics$Type()); } static final _id_setMetrics = _class.instanceMethodId( @@ -20379,7 +20304,7 @@ class SentryOptions extends jni$_.JObject { return _getDistribution( reference.pointer, _id_getDistribution as jni$_.JMethodIDPtr) .object( - const $SentryOptions$DistributionOptions$Type$()); + const $SentryOptions$DistributionOptions$Type()); } static final _id_setDistribution = _class.instanceMethodId( @@ -20411,9 +20336,9 @@ class SentryOptions extends jni$_.JObject { } } -final class $SentryOptions$NullableType$ extends jni$_.JType { +final class $SentryOptions$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$NullableType$(); + const $SentryOptions$NullableType(); @jni$_.internal @core$_.override @@ -20428,29 +20353,29 @@ final class $SentryOptions$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$NullableType$).hashCode; + int get hashCode => ($SentryOptions$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$NullableType$) && - other is $SentryOptions$NullableType$; + return other.runtimeType == ($SentryOptions$NullableType) && + other is $SentryOptions$NullableType; } } -final class $SentryOptions$Type$ extends jni$_.JType { +final class $SentryOptions$Type extends jni$_.JObjType { @jni$_.internal - const $SentryOptions$Type$(); + const $SentryOptions$Type(); @jni$_.internal @core$_.override @@ -20464,24 +20389,24 @@ final class $SentryOptions$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryOptions$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryOptions$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryOptions$Type$).hashCode; + int get hashCode => ($SentryOptions$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryOptions$Type$) && - other is $SentryOptions$Type$; + return other.runtimeType == ($SentryOptions$Type) && + other is $SentryOptions$Type; } } @@ -20489,7 +20414,7 @@ final class $SentryOptions$Type$ extends jni$_.JType { class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayOptions$SentryReplayQuality.fromReference( @@ -20501,12 +20426,9 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { r'io/sentry/SentryReplayOptions$SentryReplayQuality'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryReplayOptions$SentryReplayQuality$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayOptions$SentryReplayQuality$Type$(); + static const nullableType = + $SentryReplayOptions$SentryReplayQuality$NullableType(); + static const type = $SentryReplayOptions$SentryReplayQuality$Type(); static final _id_LOW = _class.staticFieldId( r'LOW', r'Lio/sentry/SentryReplayOptions$SentryReplayQuality;', @@ -20515,7 +20437,7 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { /// from: `static public final io.sentry.SentryReplayOptions$SentryReplayQuality LOW` /// The returned object must be released after use, by calling the [release] method. static SentryReplayOptions$SentryReplayQuality get LOW => _id_LOW.get( - _class, const $SentryReplayOptions$SentryReplayQuality$Type$()); + _class, const $SentryReplayOptions$SentryReplayQuality$Type()); static final _id_MEDIUM = _class.staticFieldId( r'MEDIUM', @@ -20525,7 +20447,7 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { /// from: `static public final io.sentry.SentryReplayOptions$SentryReplayQuality MEDIUM` /// The returned object must be released after use, by calling the [release] method. static SentryReplayOptions$SentryReplayQuality get MEDIUM => _id_MEDIUM.get( - _class, const $SentryReplayOptions$SentryReplayQuality$Type$()); + _class, const $SentryReplayOptions$SentryReplayQuality$Type()); static final _id_HIGH = _class.staticFieldId( r'HIGH', @@ -20535,7 +20457,7 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { /// from: `static public final io.sentry.SentryReplayOptions$SentryReplayQuality HIGH` /// The returned object must be released after use, by calling the [release] method. static SentryReplayOptions$SentryReplayQuality get HIGH => _id_HIGH.get( - _class, const $SentryReplayOptions$SentryReplayQuality$Type$()); + _class, const $SentryReplayOptions$SentryReplayQuality$Type()); static final _id_sizeScale = _class.instanceFieldId( r'sizeScale', @@ -20584,9 +20506,9 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$< - SentryReplayOptions$SentryReplayQuality?>( - $SentryReplayOptions$SentryReplayQuality$NullableType$())); + const jni$_ + .JArrayNullableType( + $SentryReplayOptions$SentryReplayQuality$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -20614,7 +20536,7 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$string.pointer) .object( - const $SentryReplayOptions$SentryReplayQuality$NullableType$()); + const $SentryReplayOptions$SentryReplayQuality$NullableType()); } static final _id_serializedName = _class.instanceMethodId( @@ -20639,14 +20561,14 @@ class SentryReplayOptions$SentryReplayQuality extends jni$_.JObject { jni$_.JString serializedName() { return _serializedName( reference.pointer, _id_serializedName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } } -final class $SentryReplayOptions$SentryReplayQuality$NullableType$ - extends jni$_.JType { +final class $SentryReplayOptions$SentryReplayQuality$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayOptions$SentryReplayQuality$NullableType$(); + const $SentryReplayOptions$SentryReplayQuality$NullableType(); @jni$_.internal @core$_.override @@ -20664,11 +20586,11 @@ final class $SentryReplayOptions$SentryReplayQuality$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => + jni$_.JObjType get nullableType => this; @jni$_.internal @@ -20677,20 +20599,20 @@ final class $SentryReplayOptions$SentryReplayQuality$NullableType$ @core$_.override int get hashCode => - ($SentryReplayOptions$SentryReplayQuality$NullableType$).hashCode; + ($SentryReplayOptions$SentryReplayQuality$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryReplayOptions$SentryReplayQuality$NullableType$) && - other is $SentryReplayOptions$SentryReplayQuality$NullableType$; + ($SentryReplayOptions$SentryReplayQuality$NullableType) && + other is $SentryReplayOptions$SentryReplayQuality$NullableType; } } -final class $SentryReplayOptions$SentryReplayQuality$Type$ - extends jni$_.JType { +final class $SentryReplayOptions$SentryReplayQuality$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayOptions$SentryReplayQuality$Type$(); + const $SentryReplayOptions$SentryReplayQuality$Type(); @jni$_.internal @core$_.override @@ -20706,25 +20628,25 @@ final class $SentryReplayOptions$SentryReplayQuality$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayOptions$SentryReplayQuality$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayOptions$SentryReplayQuality$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayOptions$SentryReplayQuality$Type$).hashCode; + int get hashCode => ($SentryReplayOptions$SentryReplayQuality$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryReplayOptions$SentryReplayQuality$Type$) && - other is $SentryReplayOptions$SentryReplayQuality$Type$; + ($SentryReplayOptions$SentryReplayQuality$Type) && + other is $SentryReplayOptions$SentryReplayQuality$Type; } } @@ -20732,7 +20654,7 @@ final class $SentryReplayOptions$SentryReplayQuality$Type$ class SentryReplayOptions extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayOptions.fromReference( @@ -20743,12 +20665,8 @@ class SentryReplayOptions extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryReplayOptions'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryReplayOptions$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayOptions$Type$(); + static const nullableType = $SentryReplayOptions$NullableType(); + static const type = $SentryReplayOptions$Type(); static final _id_TEXT_VIEW_CLASS_NAME = _class.staticFieldId( r'TEXT_VIEW_CLASS_NAME', r'Ljava/lang/String;', @@ -20756,8 +20674,8 @@ class SentryReplayOptions extends jni$_.JObject { /// from: `static public final java.lang.String TEXT_VIEW_CLASS_NAME` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get TEXT_VIEW_CLASS_NAME => _id_TEXT_VIEW_CLASS_NAME - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get TEXT_VIEW_CLASS_NAME => + _id_TEXT_VIEW_CLASS_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_IMAGE_VIEW_CLASS_NAME = _class.staticFieldId( r'IMAGE_VIEW_CLASS_NAME', @@ -20766,8 +20684,8 @@ class SentryReplayOptions extends jni$_.JObject { /// from: `static public final java.lang.String IMAGE_VIEW_CLASS_NAME` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get IMAGE_VIEW_CLASS_NAME => _id_IMAGE_VIEW_CLASS_NAME - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get IMAGE_VIEW_CLASS_NAME => + _id_IMAGE_VIEW_CLASS_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_WEB_VIEW_CLASS_NAME = _class.staticFieldId( r'WEB_VIEW_CLASS_NAME', @@ -20777,7 +20695,7 @@ class SentryReplayOptions extends jni$_.JObject { /// from: `static public final java.lang.String WEB_VIEW_CLASS_NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WEB_VIEW_CLASS_NAME => - _id_WEB_VIEW_CLASS_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_WEB_VIEW_CLASS_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_VIDEO_VIEW_CLASS_NAME = _class.staticFieldId( r'VIDEO_VIEW_CLASS_NAME', @@ -20786,8 +20704,19 @@ class SentryReplayOptions extends jni$_.JObject { /// from: `static public final java.lang.String VIDEO_VIEW_CLASS_NAME` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get VIDEO_VIEW_CLASS_NAME => _id_VIDEO_VIEW_CLASS_NAME - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get VIDEO_VIEW_CLASS_NAME => + _id_VIDEO_VIEW_CLASS_NAME.get(_class, const jni$_.JStringNullableType()); + + static final _id_CAMERAX_PREVIEW_VIEW_CLASS_NAME = _class.staticFieldId( + r'CAMERAX_PREVIEW_VIEW_CLASS_NAME', + r'Ljava/lang/String;', + ); + + /// from: `static public final java.lang.String CAMERAX_PREVIEW_VIEW_CLASS_NAME` + /// The returned object must be released after use, by calling the [release] method. + static jni$_.JString? get CAMERAX_PREVIEW_VIEW_CLASS_NAME => + _id_CAMERAX_PREVIEW_VIEW_CLASS_NAME.get( + _class, const jni$_.JStringNullableType()); static final _id_ANDROIDX_MEDIA_VIEW_CLASS_NAME = _class.staticFieldId( r'ANDROIDX_MEDIA_VIEW_CLASS_NAME', @@ -20798,7 +20727,7 @@ class SentryReplayOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ANDROIDX_MEDIA_VIEW_CLASS_NAME => _id_ANDROIDX_MEDIA_VIEW_CLASS_NAME.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_EXOPLAYER_CLASS_NAME = _class.staticFieldId( r'EXOPLAYER_CLASS_NAME', @@ -20807,8 +20736,8 @@ class SentryReplayOptions extends jni$_.JObject { /// from: `static public final java.lang.String EXOPLAYER_CLASS_NAME` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get EXOPLAYER_CLASS_NAME => _id_EXOPLAYER_CLASS_NAME - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get EXOPLAYER_CLASS_NAME => + _id_EXOPLAYER_CLASS_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_EXOPLAYER_STYLED_CLASS_NAME = _class.staticFieldId( r'EXOPLAYER_STYLED_CLASS_NAME', @@ -20819,7 +20748,7 @@ class SentryReplayOptions extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EXOPLAYER_STYLED_CLASS_NAME => _id_EXOPLAYER_STYLED_CLASS_NAME.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); /// from: `static public final int MAX_NETWORK_BODY_SIZE` static const MAX_NETWORK_BODY_SIZE = 153600; @@ -20847,8 +20776,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getNetworkDetailsDefaultHeaders(_class.reference.pointer, _id_getNetworkDetailsDefaultHeaders as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_new$ = _class.constructorId( @@ -20943,7 +20871,7 @@ class SentryReplayOptions extends jni$_.JObject { jni$_.JDouble? getOnErrorSampleRate() { return _getOnErrorSampleRate( reference.pointer, _id_getOnErrorSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_isSessionReplayEnabled = _class.instanceMethodId( @@ -21018,7 +20946,7 @@ class SentryReplayOptions extends jni$_.JObject { jni$_.JDouble? getSessionSampleRate() { return _getSessionSampleRate( reference.pointer, _id_getSessionSampleRate as jni$_.JMethodIDPtr) - .object(const jni$_.$JDouble$NullableType$()); + .object(const jni$_.JDoubleNullableType()); } static final _id_isSessionReplayForErrorsEnabled = _class.instanceMethodId( @@ -21143,8 +21071,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getMaskViewClasses( reference.pointer, _id_getMaskViewClasses as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JSetType(jni$_.JStringNullableType())); } static final _id_addMaskViewClass = _class.instanceMethodId( @@ -21196,8 +21123,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getUnmaskViewClasses( reference.pointer, _id_getUnmaskViewClasses as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JSetType(jni$_.JStringNullableType())); } static final _id_addUnmaskViewClass = _class.instanceMethodId( @@ -21248,7 +21174,7 @@ class SentryReplayOptions extends jni$_.JObject { SentryReplayOptions$SentryReplayQuality getQuality() { return _getQuality(reference.pointer, _id_getQuality as jni$_.JMethodIDPtr) .object( - const $SentryReplayOptions$SentryReplayQuality$Type$()); + const $SentryReplayOptions$SentryReplayQuality$Type()); } static final _id_setQuality = _class.instanceMethodId( @@ -21452,7 +21378,7 @@ class SentryReplayOptions extends jni$_.JObject { jni$_.JString? getMaskViewContainerClass() { return _getMaskViewContainerClass(reference.pointer, _id_getMaskViewContainerClass as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getUnmaskViewContainerClass = _class.instanceMethodId( @@ -21478,7 +21404,31 @@ class SentryReplayOptions extends jni$_.JObject { jni$_.JString? getUnmaskViewContainerClass() { return _getUnmaskViewContainerClass(reference.pointer, _id_getUnmaskViewContainerClass as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); + } + + static final _id_trackCustomMasking = _class.instanceMethodId( + r'trackCustomMasking', + r'()V', + ); + + static final _trackCustomMasking = jni$_.ProtectedJniExtensions.lookup< + jni$_.NativeFunction< + jni$_.JThrowablePtr Function( + jni$_.Pointer, + jni$_.JMethodIDPtr, + )>>('globalEnv_CallVoidMethod') + .asFunction< + jni$_.JThrowablePtr Function( + jni$_.Pointer, + jni$_.JMethodIDPtr, + )>(); + + /// from: `public void trackCustomMasking()` + void trackCustomMasking() { + _trackCustomMasking( + reference.pointer, _id_trackCustomMasking as jni$_.JMethodIDPtr) + .check(); } static final _id_isTrackConfiguration = _class.instanceMethodId( @@ -21551,7 +21501,7 @@ class SentryReplayOptions extends jni$_.JObject { SdkVersion? getSdkVersion() { return _getSdkVersion( reference.pointer, _id_getSdkVersion as jni$_.JMethodIDPtr) - .object(const $SdkVersion$NullableType$()); + .object(const $SdkVersion$NullableType()); } static final _id_setSdkVersion = _class.instanceMethodId( @@ -21648,7 +21598,7 @@ class SentryReplayOptions extends jni$_.JObject { jni$_.JObject getScreenshotStrategy() { return _getScreenshotStrategy( reference.pointer, _id_getScreenshotStrategy as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setScreenshotStrategy = _class.instanceMethodId( @@ -21702,8 +21652,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getNetworkDetailAllowUrls(reference.pointer, _id_getNetworkDetailAllowUrls as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setNetworkDetailAllowUrls = _class.instanceMethodId( @@ -21755,8 +21704,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getNetworkDetailDenyUrls(reference.pointer, _id_getNetworkDetailDenyUrls as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setNetworkDetailDenyUrls = _class.instanceMethodId( @@ -21856,8 +21804,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getNetworkRequestHeaders(reference.pointer, _id_getNetworkRequestHeaders as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setNetworkRequestHeaders = _class.instanceMethodId( @@ -21909,8 +21856,7 @@ class SentryReplayOptions extends jni$_.JObject { return _getNetworkResponseHeaders(reference.pointer, _id_getNetworkResponseHeaders as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setNetworkResponseHeaders = _class.instanceMethodId( @@ -21940,10 +21886,10 @@ class SentryReplayOptions extends jni$_.JObject { } } -final class $SentryReplayOptions$NullableType$ - extends jni$_.JType { +final class $SentryReplayOptions$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayOptions$NullableType$(); + const $SentryReplayOptions$NullableType(); @jni$_.internal @core$_.override @@ -21959,30 +21905,30 @@ final class $SentryReplayOptions$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayOptions$NullableType$).hashCode; + int get hashCode => ($SentryReplayOptions$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayOptions$NullableType$) && - other is $SentryReplayOptions$NullableType$; + return other.runtimeType == ($SentryReplayOptions$NullableType) && + other is $SentryReplayOptions$NullableType; } } -final class $SentryReplayOptions$Type$ - extends jni$_.JType { +final class $SentryReplayOptions$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayOptions$Type$(); + const $SentryReplayOptions$Type(); @jni$_.internal @core$_.override @@ -21996,24 +21942,24 @@ final class $SentryReplayOptions$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayOptions$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayOptions$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayOptions$Type$).hashCode; + int get hashCode => ($SentryReplayOptions$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayOptions$Type$) && - other is $SentryReplayOptions$Type$; + return other.runtimeType == ($SentryReplayOptions$Type) && + other is $SentryReplayOptions$Type; } } @@ -22021,7 +21967,7 @@ final class $SentryReplayOptions$Type$ class SentryReplayEvent$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayEvent$Deserializer.fromReference( @@ -22033,12 +21979,8 @@ class SentryReplayEvent$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryReplayEvent$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryReplayEvent$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayEvent$Deserializer$Type$(); + static const nullableType = $SentryReplayEvent$Deserializer$NullableType(); + static const type = $SentryReplayEvent$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -22098,14 +22040,14 @@ class SentryReplayEvent$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SentryReplayEvent$Type$()); + .object(const $SentryReplayEvent$Type()); } } -final class $SentryReplayEvent$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryReplayEvent$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$Deserializer$NullableType$(); + const $SentryReplayEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -22121,31 +22063,31 @@ final class $SentryReplayEvent$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryReplayEvent$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryReplayEvent$Deserializer$NullableType$) && - other is $SentryReplayEvent$Deserializer$NullableType$; + ($SentryReplayEvent$Deserializer$NullableType) && + other is $SentryReplayEvent$Deserializer$NullableType; } } -final class $SentryReplayEvent$Deserializer$Type$ - extends jni$_.JType { +final class $SentryReplayEvent$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$Deserializer$Type$(); + const $SentryReplayEvent$Deserializer$Type(); @jni$_.internal @core$_.override @@ -22159,24 +22101,24 @@ final class $SentryReplayEvent$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayEvent$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$Deserializer$Type$).hashCode; + int get hashCode => ($SentryReplayEvent$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$Deserializer$Type$) && - other is $SentryReplayEvent$Deserializer$Type$; + return other.runtimeType == ($SentryReplayEvent$Deserializer$Type) && + other is $SentryReplayEvent$Deserializer$Type; } } @@ -22184,7 +22126,7 @@ final class $SentryReplayEvent$Deserializer$Type$ class SentryReplayEvent$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayEvent$JsonKeys.fromReference( @@ -22196,12 +22138,8 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryReplayEvent$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryReplayEvent$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayEvent$JsonKeys$Type$(); + static const nullableType = $SentryReplayEvent$JsonKeys$NullableType(); + static const type = $SentryReplayEvent$JsonKeys$Type(); static final _id_TYPE = _class.staticFieldId( r'TYPE', r'Ljava/lang/String;', @@ -22210,7 +22148,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TYPE => - _id_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_REPLAY_TYPE = _class.staticFieldId( r'REPLAY_TYPE', @@ -22220,7 +22158,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String REPLAY_TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get REPLAY_TYPE => - _id_REPLAY_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_REPLAY_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_REPLAY_ID = _class.staticFieldId( r'REPLAY_ID', @@ -22230,7 +22168,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String REPLAY_ID` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get REPLAY_ID => - _id_REPLAY_ID.get(_class, const jni$_.$JString$NullableType$()); + _id_REPLAY_ID.get(_class, const jni$_.JStringNullableType()); static final _id_SEGMENT_ID = _class.staticFieldId( r'SEGMENT_ID', @@ -22240,7 +22178,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String SEGMENT_ID` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SEGMENT_ID => - _id_SEGMENT_ID.get(_class, const jni$_.$JString$NullableType$()); + _id_SEGMENT_ID.get(_class, const jni$_.JStringNullableType()); static final _id_TIMESTAMP = _class.staticFieldId( r'TIMESTAMP', @@ -22250,7 +22188,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TIMESTAMP` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TIMESTAMP => - _id_TIMESTAMP.get(_class, const jni$_.$JString$NullableType$()); + _id_TIMESTAMP.get(_class, const jni$_.JStringNullableType()); static final _id_REPLAY_START_TIMESTAMP = _class.staticFieldId( r'REPLAY_START_TIMESTAMP', @@ -22259,8 +22197,8 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String REPLAY_START_TIMESTAMP` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get REPLAY_START_TIMESTAMP => _id_REPLAY_START_TIMESTAMP - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get REPLAY_START_TIMESTAMP => + _id_REPLAY_START_TIMESTAMP.get(_class, const jni$_.JStringNullableType()); static final _id_URLS = _class.staticFieldId( r'URLS', @@ -22270,7 +22208,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String URLS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get URLS => - _id_URLS.get(_class, const jni$_.$JString$NullableType$()); + _id_URLS.get(_class, const jni$_.JStringNullableType()); static final _id_ERROR_IDS = _class.staticFieldId( r'ERROR_IDS', @@ -22280,7 +22218,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String ERROR_IDS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ERROR_IDS => - _id_ERROR_IDS.get(_class, const jni$_.$JString$NullableType$()); + _id_ERROR_IDS.get(_class, const jni$_.JStringNullableType()); static final _id_TRACE_IDS = _class.staticFieldId( r'TRACE_IDS', @@ -22290,7 +22228,7 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TRACE_IDS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TRACE_IDS => - _id_TRACE_IDS.get(_class, const jni$_.$JString$NullableType$()); + _id_TRACE_IDS.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -22317,10 +22255,10 @@ class SentryReplayEvent$JsonKeys extends jni$_.JObject { } } -final class $SentryReplayEvent$JsonKeys$NullableType$ - extends jni$_.JType { +final class $SentryReplayEvent$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$JsonKeys$NullableType$(); + const $SentryReplayEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -22336,30 +22274,30 @@ final class $SentryReplayEvent$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$JsonKeys$NullableType$).hashCode; + int get hashCode => ($SentryReplayEvent$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$JsonKeys$NullableType$) && - other is $SentryReplayEvent$JsonKeys$NullableType$; + return other.runtimeType == ($SentryReplayEvent$JsonKeys$NullableType) && + other is $SentryReplayEvent$JsonKeys$NullableType; } } -final class $SentryReplayEvent$JsonKeys$Type$ - extends jni$_.JType { +final class $SentryReplayEvent$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$JsonKeys$Type$(); + const $SentryReplayEvent$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -22373,24 +22311,24 @@ final class $SentryReplayEvent$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayEvent$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$JsonKeys$Type$).hashCode; + int get hashCode => ($SentryReplayEvent$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$JsonKeys$Type$) && - other is $SentryReplayEvent$JsonKeys$Type$; + return other.runtimeType == ($SentryReplayEvent$JsonKeys$Type) && + other is $SentryReplayEvent$JsonKeys$Type; } } @@ -22398,7 +22336,7 @@ final class $SentryReplayEvent$JsonKeys$Type$ class SentryReplayEvent$ReplayType$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayEvent$ReplayType$Deserializer.fromReference( @@ -22410,12 +22348,9 @@ class SentryReplayEvent$ReplayType$Deserializer extends jni$_.JObject { r'io/sentry/SentryReplayEvent$ReplayType$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType - nullableType = $SentryReplayEvent$ReplayType$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayEvent$ReplayType$Deserializer$Type$(); + static const nullableType = + $SentryReplayEvent$ReplayType$Deserializer$NullableType(); + static const type = $SentryReplayEvent$ReplayType$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -22476,14 +22411,14 @@ class SentryReplayEvent$ReplayType$Deserializer extends jni$_.JObject { _$objectReader.pointer, _$iLogger.pointer) .object( - const $SentryReplayEvent$ReplayType$Type$()); + const $SentryReplayEvent$ReplayType$Type()); } } -final class $SentryReplayEvent$ReplayType$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryReplayEvent$ReplayType$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$ReplayType$Deserializer$NullableType$(); + const $SentryReplayEvent$ReplayType$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -22501,11 +22436,11 @@ final class $SentryReplayEvent$ReplayType$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => + jni$_.JObjType get nullableType => this; @jni$_.internal @@ -22514,20 +22449,20 @@ final class $SentryReplayEvent$ReplayType$Deserializer$NullableType$ @core$_.override int get hashCode => - ($SentryReplayEvent$ReplayType$Deserializer$NullableType$).hashCode; + ($SentryReplayEvent$ReplayType$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryReplayEvent$ReplayType$Deserializer$NullableType$) && - other is $SentryReplayEvent$ReplayType$Deserializer$NullableType$; + ($SentryReplayEvent$ReplayType$Deserializer$NullableType) && + other is $SentryReplayEvent$ReplayType$Deserializer$NullableType; } } -final class $SentryReplayEvent$ReplayType$Deserializer$Type$ - extends jni$_.JType { +final class $SentryReplayEvent$ReplayType$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$ReplayType$Deserializer$Type$(); + const $SentryReplayEvent$ReplayType$Deserializer$Type(); @jni$_.internal @core$_.override @@ -22543,12 +22478,12 @@ final class $SentryReplayEvent$ReplayType$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayEvent$ReplayType$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayEvent$ReplayType$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -22556,13 +22491,13 @@ final class $SentryReplayEvent$ReplayType$Deserializer$Type$ @core$_.override int get hashCode => - ($SentryReplayEvent$ReplayType$Deserializer$Type$).hashCode; + ($SentryReplayEvent$ReplayType$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($SentryReplayEvent$ReplayType$Deserializer$Type$) && - other is $SentryReplayEvent$ReplayType$Deserializer$Type$; + ($SentryReplayEvent$ReplayType$Deserializer$Type) && + other is $SentryReplayEvent$ReplayType$Deserializer$Type; } } @@ -22570,7 +22505,7 @@ final class $SentryReplayEvent$ReplayType$Deserializer$Type$ class SentryReplayEvent$ReplayType extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayEvent$ReplayType.fromReference( @@ -22582,12 +22517,8 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryReplayEvent$ReplayType'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryReplayEvent$ReplayType$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryReplayEvent$ReplayType$Type$(); + static const nullableType = $SentryReplayEvent$ReplayType$NullableType(); + static const type = $SentryReplayEvent$ReplayType$Type(); static final _id_SESSION = _class.staticFieldId( r'SESSION', r'Lio/sentry/SentryReplayEvent$ReplayType;', @@ -22596,7 +22527,7 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { /// from: `static public final io.sentry.SentryReplayEvent$ReplayType SESSION` /// The returned object must be released after use, by calling the [release] method. static SentryReplayEvent$ReplayType get SESSION => - _id_SESSION.get(_class, const $SentryReplayEvent$ReplayType$Type$()); + _id_SESSION.get(_class, const $SentryReplayEvent$ReplayType$Type()); static final _id_BUFFER = _class.staticFieldId( r'BUFFER', @@ -22606,7 +22537,7 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { /// from: `static public final io.sentry.SentryReplayEvent$ReplayType BUFFER` /// The returned object must be released after use, by calling the [release] method. static SentryReplayEvent$ReplayType get BUFFER => - _id_BUFFER.get(_class, const $SentryReplayEvent$ReplayType$Type$()); + _id_BUFFER.get(_class, const $SentryReplayEvent$ReplayType$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -22630,8 +22561,8 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $SentryReplayEvent$ReplayType$NullableType$())); + const jni$_.JArrayNullableType( + $SentryReplayEvent$ReplayType$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -22659,7 +22590,7 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$string.pointer) .object( - const $SentryReplayEvent$ReplayType$NullableType$()); + const $SentryReplayEvent$ReplayType$NullableType()); } static final _id_serialize = _class.instanceMethodId( @@ -22697,10 +22628,10 @@ class SentryReplayEvent$ReplayType extends jni$_.JObject { } } -final class $SentryReplayEvent$ReplayType$NullableType$ - extends jni$_.JType { +final class $SentryReplayEvent$ReplayType$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$ReplayType$NullableType$(); + const $SentryReplayEvent$ReplayType$NullableType(); @jni$_.internal @core$_.override @@ -22716,30 +22647,30 @@ final class $SentryReplayEvent$ReplayType$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$ReplayType$NullableType$).hashCode; + int get hashCode => ($SentryReplayEvent$ReplayType$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$ReplayType$NullableType$) && - other is $SentryReplayEvent$ReplayType$NullableType$; + return other.runtimeType == ($SentryReplayEvent$ReplayType$NullableType) && + other is $SentryReplayEvent$ReplayType$NullableType; } } -final class $SentryReplayEvent$ReplayType$Type$ - extends jni$_.JType { +final class $SentryReplayEvent$ReplayType$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$ReplayType$Type$(); + const $SentryReplayEvent$ReplayType$Type(); @jni$_.internal @core$_.override @@ -22753,24 +22684,24 @@ final class $SentryReplayEvent$ReplayType$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayEvent$ReplayType$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayEvent$ReplayType$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryReplayEvent$ReplayType$Type$).hashCode; + int get hashCode => ($SentryReplayEvent$ReplayType$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$ReplayType$Type$) && - other is $SentryReplayEvent$ReplayType$Type$; + return other.runtimeType == ($SentryReplayEvent$ReplayType$Type) && + other is $SentryReplayEvent$ReplayType$Type; } } @@ -22778,7 +22709,7 @@ final class $SentryReplayEvent$ReplayType$Type$ class SentryReplayEvent extends SentryBaseEvent { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryReplayEvent.fromReference( @@ -22789,11 +22720,8 @@ class SentryReplayEvent extends SentryBaseEvent { static final _class = jni$_.JClass.forName(r'io/sentry/SentryReplayEvent'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryReplayEvent$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryReplayEvent$Type$(); + static const nullableType = $SentryReplayEvent$NullableType(); + static const type = $SentryReplayEvent$Type(); /// from: `static public final long REPLAY_VIDEO_MAX_SIZE` static const REPLAY_VIDEO_MAX_SIZE = 10485760; @@ -22805,7 +22733,7 @@ class SentryReplayEvent extends SentryBaseEvent { /// from: `static public final java.lang.String REPLAY_EVENT_TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get REPLAY_EVENT_TYPE => - _id_REPLAY_EVENT_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_REPLAY_EVENT_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -22853,7 +22781,7 @@ class SentryReplayEvent extends SentryBaseEvent { jni$_.JObject? getVideoFile() { return _getVideoFile( reference.pointer, _id_getVideoFile as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setVideoFile = _class.instanceMethodId( @@ -22903,7 +22831,7 @@ class SentryReplayEvent extends SentryBaseEvent { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getType() { return _getType(reference.pointer, _id_getType as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setType = _class.instanceMethodId( @@ -22954,7 +22882,7 @@ class SentryReplayEvent extends SentryBaseEvent { SentryId? getReplayId() { return _getReplayId( reference.pointer, _id_getReplayId as jni$_.JMethodIDPtr) - .object(const $SentryId$NullableType$()); + .object(const $SentryId$NullableType()); } static final _id_setReplayId = _class.instanceMethodId( @@ -23052,7 +22980,7 @@ class SentryReplayEvent extends SentryBaseEvent { jni$_.JObject getTimestamp() { return _getTimestamp( reference.pointer, _id_getTimestamp as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setTimestamp = _class.instanceMethodId( @@ -23103,7 +23031,7 @@ class SentryReplayEvent extends SentryBaseEvent { jni$_.JObject? getReplayStartTimestamp() { return _getReplayStartTimestamp(reference.pointer, _id_getReplayStartTimestamp as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setReplayStartTimestamp = _class.instanceMethodId( @@ -23154,8 +23082,8 @@ class SentryReplayEvent extends SentryBaseEvent { jni$_.JList? getUrls() { return _getUrls(reference.pointer, _id_getUrls as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JListNullableType( + jni$_.JStringNullableType())); } static final _id_setUrls = _class.instanceMethodId( @@ -23207,8 +23135,8 @@ class SentryReplayEvent extends SentryBaseEvent { return _getErrorIds( reference.pointer, _id_getErrorIds as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JListNullableType( + jni$_.JStringNullableType())); } static final _id_setErrorIds = _class.instanceMethodId( @@ -23260,8 +23188,8 @@ class SentryReplayEvent extends SentryBaseEvent { return _getTraceIds( reference.pointer, _id_getTraceIds as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JListNullableType( + jni$_.JStringNullableType())); } static final _id_setTraceIds = _class.instanceMethodId( @@ -23313,7 +23241,7 @@ class SentryReplayEvent extends SentryBaseEvent { return _getReplayType( reference.pointer, _id_getReplayType as jni$_.JMethodIDPtr) .object( - const $SentryReplayEvent$ReplayType$Type$()); + const $SentryReplayEvent$ReplayType$Type()); } static final _id_setReplayType = _class.instanceMethodId( @@ -23447,9 +23375,8 @@ class SentryReplayEvent extends SentryBaseEvent { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -23479,10 +23406,10 @@ class SentryReplayEvent extends SentryBaseEvent { } } -final class $SentryReplayEvent$NullableType$ - extends jni$_.JType { +final class $SentryReplayEvent$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$NullableType$(); + const $SentryReplayEvent$NullableType(); @jni$_.internal @core$_.override @@ -23498,29 +23425,29 @@ final class $SentryReplayEvent$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryBaseEvent$NullableType$(); + jni$_.JObjType get superType => const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryReplayEvent$NullableType$).hashCode; + int get hashCode => ($SentryReplayEvent$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$NullableType$) && - other is $SentryReplayEvent$NullableType$; + return other.runtimeType == ($SentryReplayEvent$NullableType) && + other is $SentryReplayEvent$NullableType; } } -final class $SentryReplayEvent$Type$ extends jni$_.JType { +final class $SentryReplayEvent$Type extends jni$_.JObjType { @jni$_.internal - const $SentryReplayEvent$Type$(); + const $SentryReplayEvent$Type(); @jni$_.internal @core$_.override @@ -23534,24 +23461,24 @@ final class $SentryReplayEvent$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryBaseEvent$NullableType$(); + jni$_.JObjType get superType => const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryReplayEvent$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryReplayEvent$NullableType(); @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryReplayEvent$Type$).hashCode; + int get hashCode => ($SentryReplayEvent$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryReplayEvent$Type$) && - other is $SentryReplayEvent$Type$; + return other.runtimeType == ($SentryReplayEvent$Type) && + other is $SentryReplayEvent$Type; } } @@ -23559,7 +23486,7 @@ final class $SentryReplayEvent$Type$ extends jni$_.JType { class SentryEvent$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryEvent$Deserializer.fromReference( @@ -23571,12 +23498,8 @@ class SentryEvent$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryEvent$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryEvent$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryEvent$Deserializer$Type$(); + static const nullableType = $SentryEvent$Deserializer$NullableType(); + static const type = $SentryEvent$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -23636,14 +23559,14 @@ class SentryEvent$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SentryEvent$Type$()); + .object(const $SentryEvent$Type()); } } -final class $SentryEvent$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryEvent$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$Deserializer$NullableType$(); + const $SentryEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -23659,30 +23582,30 @@ final class $SentryEvent$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryEvent$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryEvent$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$Deserializer$NullableType$) && - other is $SentryEvent$Deserializer$NullableType$; + return other.runtimeType == ($SentryEvent$Deserializer$NullableType) && + other is $SentryEvent$Deserializer$NullableType; } } -final class $SentryEvent$Deserializer$Type$ - extends jni$_.JType { +final class $SentryEvent$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$Deserializer$Type$(); + const $SentryEvent$Deserializer$Type(); @jni$_.internal @core$_.override @@ -23696,24 +23619,24 @@ final class $SentryEvent$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryEvent$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryEvent$Deserializer$Type$).hashCode; + int get hashCode => ($SentryEvent$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$Deserializer$Type$) && - other is $SentryEvent$Deserializer$Type$; + return other.runtimeType == ($SentryEvent$Deserializer$Type) && + other is $SentryEvent$Deserializer$Type; } } @@ -23721,7 +23644,7 @@ final class $SentryEvent$Deserializer$Type$ class SentryEvent$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryEvent$JsonKeys.fromReference( @@ -23732,12 +23655,8 @@ class SentryEvent$JsonKeys extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryEvent$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryEvent$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryEvent$JsonKeys$Type$(); + static const nullableType = $SentryEvent$JsonKeys$NullableType(); + static const type = $SentryEvent$JsonKeys$Type(); static final _id_TIMESTAMP = _class.staticFieldId( r'TIMESTAMP', r'Ljava/lang/String;', @@ -23746,7 +23665,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TIMESTAMP` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TIMESTAMP => - _id_TIMESTAMP.get(_class, const jni$_.$JString$NullableType$()); + _id_TIMESTAMP.get(_class, const jni$_.JStringNullableType()); static final _id_MESSAGE = _class.staticFieldId( r'MESSAGE', @@ -23756,7 +23675,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String MESSAGE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MESSAGE => - _id_MESSAGE.get(_class, const jni$_.$JString$NullableType$()); + _id_MESSAGE.get(_class, const jni$_.JStringNullableType()); static final _id_LOGGER = _class.staticFieldId( r'LOGGER', @@ -23766,7 +23685,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String LOGGER` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LOGGER => - _id_LOGGER.get(_class, const jni$_.$JString$NullableType$()); + _id_LOGGER.get(_class, const jni$_.JStringNullableType()); static final _id_THREADS = _class.staticFieldId( r'THREADS', @@ -23776,7 +23695,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String THREADS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get THREADS => - _id_THREADS.get(_class, const jni$_.$JString$NullableType$()); + _id_THREADS.get(_class, const jni$_.JStringNullableType()); static final _id_EXCEPTION = _class.staticFieldId( r'EXCEPTION', @@ -23786,7 +23705,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String EXCEPTION` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EXCEPTION => - _id_EXCEPTION.get(_class, const jni$_.$JString$NullableType$()); + _id_EXCEPTION.get(_class, const jni$_.JStringNullableType()); static final _id_LEVEL = _class.staticFieldId( r'LEVEL', @@ -23796,7 +23715,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String LEVEL` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LEVEL => - _id_LEVEL.get(_class, const jni$_.$JString$NullableType$()); + _id_LEVEL.get(_class, const jni$_.JStringNullableType()); static final _id_TRANSACTION = _class.staticFieldId( r'TRANSACTION', @@ -23806,7 +23725,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TRANSACTION` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TRANSACTION => - _id_TRANSACTION.get(_class, const jni$_.$JString$NullableType$()); + _id_TRANSACTION.get(_class, const jni$_.JStringNullableType()); static final _id_FINGERPRINT = _class.staticFieldId( r'FINGERPRINT', @@ -23816,7 +23735,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String FINGERPRINT` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get FINGERPRINT => - _id_FINGERPRINT.get(_class, const jni$_.$JString$NullableType$()); + _id_FINGERPRINT.get(_class, const jni$_.JStringNullableType()); static final _id_MODULES = _class.staticFieldId( r'MODULES', @@ -23826,7 +23745,7 @@ class SentryEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String MODULES` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MODULES => - _id_MODULES.get(_class, const jni$_.$JString$NullableType$()); + _id_MODULES.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -23853,10 +23772,10 @@ class SentryEvent$JsonKeys extends jni$_.JObject { } } -final class $SentryEvent$JsonKeys$NullableType$ - extends jni$_.JType { +final class $SentryEvent$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$JsonKeys$NullableType$(); + const $SentryEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -23872,30 +23791,30 @@ final class $SentryEvent$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryEvent$JsonKeys$NullableType$).hashCode; + int get hashCode => ($SentryEvent$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$JsonKeys$NullableType$) && - other is $SentryEvent$JsonKeys$NullableType$; + return other.runtimeType == ($SentryEvent$JsonKeys$NullableType) && + other is $SentryEvent$JsonKeys$NullableType; } } -final class $SentryEvent$JsonKeys$Type$ - extends jni$_.JType { +final class $SentryEvent$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$JsonKeys$Type$(); + const $SentryEvent$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -23909,24 +23828,24 @@ final class $SentryEvent$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryEvent$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryEvent$JsonKeys$Type$).hashCode; + int get hashCode => ($SentryEvent$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$JsonKeys$Type$) && - other is $SentryEvent$JsonKeys$Type$; + return other.runtimeType == ($SentryEvent$JsonKeys$Type) && + other is $SentryEvent$JsonKeys$Type; } } @@ -23934,7 +23853,7 @@ final class $SentryEvent$JsonKeys$Type$ class SentryEvent extends SentryBaseEvent { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryEvent.fromReference( @@ -23945,11 +23864,8 @@ class SentryEvent extends SentryBaseEvent { static final _class = jni$_.JClass.forName(r'io/sentry/SentryEvent'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryEvent$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryEvent$Type$(); + static const nullableType = $SentryEvent$NullableType(); + static const type = $SentryEvent$Type(); static final _id_new$ = _class.constructorId( r'(Ljava/lang/Throwable;)V', ); @@ -24048,7 +23964,7 @@ class SentryEvent extends SentryBaseEvent { jni$_.JObject? getTimestamp() { return _getTimestamp( reference.pointer, _id_getTimestamp as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setTimestamp = _class.instanceMethodId( @@ -24098,7 +24014,7 @@ class SentryEvent extends SentryBaseEvent { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getMessage() { return _getMessage(reference.pointer, _id_getMessage as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setMessage = _class.instanceMethodId( @@ -24148,7 +24064,7 @@ class SentryEvent extends SentryBaseEvent { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getLogger() { return _getLogger(reference.pointer, _id_getLogger as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setLogger = _class.instanceMethodId( @@ -24199,8 +24115,8 @@ class SentryEvent extends SentryBaseEvent { jni$_.JList? getThreads() { return _getThreads(reference.pointer, _id_getThreads as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_setThreads = _class.instanceMethodId( @@ -24252,8 +24168,8 @@ class SentryEvent extends SentryBaseEvent { return _getExceptions( reference.pointer, _id_getExceptions as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JListNullableType( + jni$_.JObjectNullableType())); } static final _id_setExceptions = _class.instanceMethodId( @@ -24303,7 +24219,7 @@ class SentryEvent extends SentryBaseEvent { /// The returned object must be released after use, by calling the [release] method. SentryLevel? getLevel() { return _getLevel(reference.pointer, _id_getLevel as jni$_.JMethodIDPtr) - .object(const $SentryLevel$NullableType$()); + .object(const $SentryLevel$NullableType()); } static final _id_setLevel = _class.instanceMethodId( @@ -24354,7 +24270,7 @@ class SentryEvent extends SentryBaseEvent { jni$_.JString? getTransaction() { return _getTransaction( reference.pointer, _id_getTransaction as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setTransaction = _class.instanceMethodId( @@ -24406,8 +24322,8 @@ class SentryEvent extends SentryBaseEvent { return _getFingerprints( reference.pointer, _id_getFingerprints as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JListNullableType( + jni$_.JStringNullableType())); } static final _id_setFingerprints = _class.instanceMethodId( @@ -24546,7 +24462,7 @@ class SentryEvent extends SentryBaseEvent { final _$string = string.reference; return _getModule(reference.pointer, _id_getModule as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_isCrashed = _class.instanceMethodId( @@ -24594,7 +24510,7 @@ class SentryEvent extends SentryBaseEvent { jni$_.JObject? getUnhandledException() { return _getUnhandledException( reference.pointer, _id_getUnhandledException as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_isErrored = _class.instanceMethodId( @@ -24676,9 +24592,8 @@ class SentryEvent extends SentryBaseEvent { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -24708,9 +24623,9 @@ class SentryEvent extends SentryBaseEvent { } } -final class $SentryEvent$NullableType$ extends jni$_.JType { +final class $SentryEvent$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$NullableType$(); + const $SentryEvent$NullableType(); @jni$_.internal @core$_.override @@ -24725,29 +24640,29 @@ final class $SentryEvent$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryBaseEvent$NullableType$(); + jni$_.JObjType get superType => const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryEvent$NullableType$).hashCode; + int get hashCode => ($SentryEvent$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$NullableType$) && - other is $SentryEvent$NullableType$; + return other.runtimeType == ($SentryEvent$NullableType) && + other is $SentryEvent$NullableType; } } -final class $SentryEvent$Type$ extends jni$_.JType { +final class $SentryEvent$Type extends jni$_.JObjType { @jni$_.internal - const $SentryEvent$Type$(); + const $SentryEvent$Type(); @jni$_.internal @core$_.override @@ -24761,24 +24676,24 @@ final class $SentryEvent$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $SentryBaseEvent$NullableType$(); + jni$_.JObjType get superType => const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryEvent$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryEvent$NullableType(); @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($SentryEvent$Type$).hashCode; + int get hashCode => ($SentryEvent$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryEvent$Type$) && - other is $SentryEvent$Type$; + return other.runtimeType == ($SentryEvent$Type) && + other is $SentryEvent$Type; } } @@ -24786,7 +24701,7 @@ final class $SentryEvent$Type$ extends jni$_.JType { class SentryBaseEvent$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryBaseEvent$Deserializer.fromReference( @@ -24798,12 +24713,8 @@ class SentryBaseEvent$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryBaseEvent$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryBaseEvent$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryBaseEvent$Deserializer$Type$(); + static const nullableType = $SentryBaseEvent$Deserializer$NullableType(); + static const type = $SentryBaseEvent$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -24876,10 +24787,10 @@ class SentryBaseEvent$Deserializer extends jni$_.JObject { } } -final class $SentryBaseEvent$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryBaseEvent$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$Deserializer$NullableType$(); + const $SentryBaseEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -24895,30 +24806,30 @@ final class $SentryBaseEvent$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryBaseEvent$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$Deserializer$NullableType$) && - other is $SentryBaseEvent$Deserializer$NullableType$; + return other.runtimeType == ($SentryBaseEvent$Deserializer$NullableType) && + other is $SentryBaseEvent$Deserializer$NullableType; } } -final class $SentryBaseEvent$Deserializer$Type$ - extends jni$_.JType { +final class $SentryBaseEvent$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$Deserializer$Type$(); + const $SentryBaseEvent$Deserializer$Type(); @jni$_.internal @core$_.override @@ -24932,24 +24843,24 @@ final class $SentryBaseEvent$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryBaseEvent$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryBaseEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$Deserializer$Type$).hashCode; + int get hashCode => ($SentryBaseEvent$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$Deserializer$Type$) && - other is $SentryBaseEvent$Deserializer$Type$; + return other.runtimeType == ($SentryBaseEvent$Deserializer$Type) && + other is $SentryBaseEvent$Deserializer$Type; } } @@ -24957,7 +24868,7 @@ final class $SentryBaseEvent$Deserializer$Type$ class SentryBaseEvent$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryBaseEvent$JsonKeys.fromReference( @@ -24969,12 +24880,8 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryBaseEvent$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryBaseEvent$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryBaseEvent$JsonKeys$Type$(); + static const nullableType = $SentryBaseEvent$JsonKeys$NullableType(); + static const type = $SentryBaseEvent$JsonKeys$Type(); static final _id_EVENT_ID = _class.staticFieldId( r'EVENT_ID', r'Ljava/lang/String;', @@ -24983,7 +24890,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String EVENT_ID` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EVENT_ID => - _id_EVENT_ID.get(_class, const jni$_.$JString$NullableType$()); + _id_EVENT_ID.get(_class, const jni$_.JStringNullableType()); static final _id_CONTEXTS = _class.staticFieldId( r'CONTEXTS', @@ -24993,7 +24900,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String CONTEXTS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CONTEXTS => - _id_CONTEXTS.get(_class, const jni$_.$JString$NullableType$()); + _id_CONTEXTS.get(_class, const jni$_.JStringNullableType()); static final _id_SDK = _class.staticFieldId( r'SDK', @@ -25003,7 +24910,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String SDK` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SDK => - _id_SDK.get(_class, const jni$_.$JString$NullableType$()); + _id_SDK.get(_class, const jni$_.JStringNullableType()); static final _id_REQUEST = _class.staticFieldId( r'REQUEST', @@ -25013,7 +24920,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String REQUEST` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get REQUEST => - _id_REQUEST.get(_class, const jni$_.$JString$NullableType$()); + _id_REQUEST.get(_class, const jni$_.JStringNullableType()); static final _id_TAGS = _class.staticFieldId( r'TAGS', @@ -25023,7 +24930,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TAGS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TAGS => - _id_TAGS.get(_class, const jni$_.$JString$NullableType$()); + _id_TAGS.get(_class, const jni$_.JStringNullableType()); static final _id_RELEASE = _class.staticFieldId( r'RELEASE', @@ -25033,7 +24940,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String RELEASE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get RELEASE => - _id_RELEASE.get(_class, const jni$_.$JString$NullableType$()); + _id_RELEASE.get(_class, const jni$_.JStringNullableType()); static final _id_ENVIRONMENT = _class.staticFieldId( r'ENVIRONMENT', @@ -25043,7 +24950,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String ENVIRONMENT` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ENVIRONMENT => - _id_ENVIRONMENT.get(_class, const jni$_.$JString$NullableType$()); + _id_ENVIRONMENT.get(_class, const jni$_.JStringNullableType()); static final _id_PLATFORM = _class.staticFieldId( r'PLATFORM', @@ -25053,7 +24960,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String PLATFORM` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PLATFORM => - _id_PLATFORM.get(_class, const jni$_.$JString$NullableType$()); + _id_PLATFORM.get(_class, const jni$_.JStringNullableType()); static final _id_USER = _class.staticFieldId( r'USER', @@ -25063,7 +24970,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String USER` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get USER => - _id_USER.get(_class, const jni$_.$JString$NullableType$()); + _id_USER.get(_class, const jni$_.JStringNullableType()); static final _id_SERVER_NAME = _class.staticFieldId( r'SERVER_NAME', @@ -25073,7 +24980,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String SERVER_NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SERVER_NAME => - _id_SERVER_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_SERVER_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_DIST = _class.staticFieldId( r'DIST', @@ -25083,7 +24990,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String DIST` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DIST => - _id_DIST.get(_class, const jni$_.$JString$NullableType$()); + _id_DIST.get(_class, const jni$_.JStringNullableType()); static final _id_BREADCRUMBS = _class.staticFieldId( r'BREADCRUMBS', @@ -25093,7 +25000,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String BREADCRUMBS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BREADCRUMBS => - _id_BREADCRUMBS.get(_class, const jni$_.$JString$NullableType$()); + _id_BREADCRUMBS.get(_class, const jni$_.JStringNullableType()); static final _id_DEBUG_META = _class.staticFieldId( r'DEBUG_META', @@ -25103,7 +25010,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String DEBUG_META` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DEBUG_META => - _id_DEBUG_META.get(_class, const jni$_.$JString$NullableType$()); + _id_DEBUG_META.get(_class, const jni$_.JStringNullableType()); static final _id_EXTRA = _class.staticFieldId( r'EXTRA', @@ -25113,7 +25020,7 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String EXTRA` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EXTRA => - _id_EXTRA.get(_class, const jni$_.$JString$NullableType$()); + _id_EXTRA.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -25140,10 +25047,10 @@ class SentryBaseEvent$JsonKeys extends jni$_.JObject { } } -final class $SentryBaseEvent$JsonKeys$NullableType$ - extends jni$_.JType { +final class $SentryBaseEvent$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$JsonKeys$NullableType$(); + const $SentryBaseEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -25159,30 +25066,30 @@ final class $SentryBaseEvent$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$JsonKeys$NullableType$).hashCode; + int get hashCode => ($SentryBaseEvent$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$JsonKeys$NullableType$) && - other is $SentryBaseEvent$JsonKeys$NullableType$; + return other.runtimeType == ($SentryBaseEvent$JsonKeys$NullableType) && + other is $SentryBaseEvent$JsonKeys$NullableType; } } -final class $SentryBaseEvent$JsonKeys$Type$ - extends jni$_.JType { +final class $SentryBaseEvent$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$JsonKeys$Type$(); + const $SentryBaseEvent$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -25196,24 +25103,24 @@ final class $SentryBaseEvent$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryBaseEvent$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryBaseEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$JsonKeys$Type$).hashCode; + int get hashCode => ($SentryBaseEvent$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$JsonKeys$Type$) && - other is $SentryBaseEvent$JsonKeys$Type$; + return other.runtimeType == ($SentryBaseEvent$JsonKeys$Type) && + other is $SentryBaseEvent$JsonKeys$Type; } } @@ -25221,7 +25128,7 @@ final class $SentryBaseEvent$JsonKeys$Type$ class SentryBaseEvent$Serializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryBaseEvent$Serializer.fromReference( @@ -25233,12 +25140,8 @@ class SentryBaseEvent$Serializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryBaseEvent$Serializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryBaseEvent$Serializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryBaseEvent$Serializer$Type$(); + static const nullableType = $SentryBaseEvent$Serializer$NullableType(); + static const type = $SentryBaseEvent$Serializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -25306,10 +25209,10 @@ class SentryBaseEvent$Serializer extends jni$_.JObject { } } -final class $SentryBaseEvent$Serializer$NullableType$ - extends jni$_.JType { +final class $SentryBaseEvent$Serializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$Serializer$NullableType$(); + const $SentryBaseEvent$Serializer$NullableType(); @jni$_.internal @core$_.override @@ -25325,30 +25228,30 @@ final class $SentryBaseEvent$Serializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$Serializer$NullableType$).hashCode; + int get hashCode => ($SentryBaseEvent$Serializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$Serializer$NullableType$) && - other is $SentryBaseEvent$Serializer$NullableType$; + return other.runtimeType == ($SentryBaseEvent$Serializer$NullableType) && + other is $SentryBaseEvent$Serializer$NullableType; } } -final class $SentryBaseEvent$Serializer$Type$ - extends jni$_.JType { +final class $SentryBaseEvent$Serializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$Serializer$Type$(); + const $SentryBaseEvent$Serializer$Type(); @jni$_.internal @core$_.override @@ -25362,24 +25265,24 @@ final class $SentryBaseEvent$Serializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryBaseEvent$Serializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryBaseEvent$Serializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$Serializer$Type$).hashCode; + int get hashCode => ($SentryBaseEvent$Serializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$Serializer$Type$) && - other is $SentryBaseEvent$Serializer$Type$; + return other.runtimeType == ($SentryBaseEvent$Serializer$Type) && + other is $SentryBaseEvent$Serializer$Type; } } @@ -25387,7 +25290,7 @@ final class $SentryBaseEvent$Serializer$Type$ class SentryBaseEvent extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryBaseEvent.fromReference( @@ -25398,11 +25301,8 @@ class SentryBaseEvent extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryBaseEvent'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryBaseEvent$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryBaseEvent$Type$(); + static const nullableType = $SentryBaseEvent$NullableType(); + static const type = $SentryBaseEvent$Type(); static final _id_DEFAULT_PLATFORM = _class.staticFieldId( r'DEFAULT_PLATFORM', r'Ljava/lang/String;', @@ -25411,7 +25311,7 @@ class SentryBaseEvent extends jni$_.JObject { /// from: `static public final java.lang.String DEFAULT_PLATFORM` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DEFAULT_PLATFORM => - _id_DEFAULT_PLATFORM.get(_class, const jni$_.$JString$NullableType$()); + _id_DEFAULT_PLATFORM.get(_class, const jni$_.JStringNullableType()); static final _id_getEventId = _class.instanceMethodId( r'getEventId', @@ -25434,7 +25334,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryId? getEventId() { return _getEventId(reference.pointer, _id_getEventId as jni$_.JMethodIDPtr) - .object(const $SentryId$NullableType$()); + .object(const $SentryId$NullableType()); } static final _id_setEventId = _class.instanceMethodId( @@ -25485,7 +25385,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JObject getContexts() { return _getContexts( reference.pointer, _id_getContexts as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getSdk = _class.instanceMethodId( @@ -25509,7 +25409,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SdkVersion? getSdk() { return _getSdk(reference.pointer, _id_getSdk as jni$_.JMethodIDPtr) - .object(const $SdkVersion$NullableType$()); + .object(const $SdkVersion$NullableType()); } static final _id_setSdk = _class.instanceMethodId( @@ -25559,7 +25459,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getRequest() { return _getRequest(reference.pointer, _id_getRequest as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setRequest = _class.instanceMethodId( @@ -25610,7 +25510,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JObject? getThrowable() { return _getThrowable( reference.pointer, _id_getThrowable as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getThrowableMechanism = _class.instanceMethodId( @@ -25635,7 +25535,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JObject? getThrowableMechanism() { return _getThrowableMechanism( reference.pointer, _id_getThrowableMechanism as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setThrowable = _class.instanceMethodId( @@ -25686,9 +25586,8 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JMap? getTags() { return _getTags(reference.pointer, _id_getTags as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JString$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JStringNullableType())); } static final _id_setTags = _class.instanceMethodId( @@ -25767,7 +25666,7 @@ class SentryBaseEvent extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getTag(reference.pointer, _id_getTag as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setTag = _class.instanceMethodId( @@ -25825,7 +25724,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getRelease() { return _getRelease(reference.pointer, _id_getRelease as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setRelease = _class.instanceMethodId( @@ -25876,7 +25775,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JString? getEnvironment() { return _getEnvironment( reference.pointer, _id_getEnvironment as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setEnvironment = _class.instanceMethodId( @@ -25927,7 +25826,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JString? getPlatform() { return _getPlatform( reference.pointer, _id_getPlatform as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setPlatform = _class.instanceMethodId( @@ -25978,7 +25877,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JString? getServerName() { return _getServerName( reference.pointer, _id_getServerName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setServerName = _class.instanceMethodId( @@ -26028,7 +25927,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getDist() { return _getDist(reference.pointer, _id_getDist as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setDist = _class.instanceMethodId( @@ -26078,7 +25977,7 @@ class SentryBaseEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. User? getUser() { return _getUser(reference.pointer, _id_getUser as jni$_.JMethodIDPtr) - .object(const $User$NullableType$()); + .object(const $User$NullableType()); } static final _id_setUser = _class.instanceMethodId( @@ -26130,8 +26029,8 @@ class SentryBaseEvent extends jni$_.JObject { return _getBreadcrumbs( reference.pointer, _id_getBreadcrumbs as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - $Breadcrumb$NullableType$())); + const jni$_.JListNullableType( + $Breadcrumb$NullableType())); } static final _id_setBreadcrumbs = _class.instanceMethodId( @@ -26208,7 +26107,7 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JObject? getDebugMeta() { return _getDebugMeta( reference.pointer, _id_getDebugMeta as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setDebugMeta = _class.instanceMethodId( @@ -26259,9 +26158,8 @@ class SentryBaseEvent extends jni$_.JObject { jni$_.JMap? getExtras() { return _getExtras(reference.pointer, _id_getExtras as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setExtras = _class.instanceMethodId( @@ -26374,7 +26272,7 @@ class SentryBaseEvent extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getExtra(reference.pointer, _id_getExtra as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_addBreadcrumb$1 = _class.instanceMethodId( @@ -26404,10 +26302,10 @@ class SentryBaseEvent extends jni$_.JObject { } } -final class $SentryBaseEvent$NullableType$ - extends jni$_.JType { +final class $SentryBaseEvent$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$NullableType$(); + const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override @@ -26422,29 +26320,29 @@ final class $SentryBaseEvent$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$NullableType$).hashCode; + int get hashCode => ($SentryBaseEvent$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$NullableType$) && - other is $SentryBaseEvent$NullableType$; + return other.runtimeType == ($SentryBaseEvent$NullableType) && + other is $SentryBaseEvent$NullableType; } } -final class $SentryBaseEvent$Type$ extends jni$_.JType { +final class $SentryBaseEvent$Type extends jni$_.JObjType { @jni$_.internal - const $SentryBaseEvent$Type$(); + const $SentryBaseEvent$Type(); @jni$_.internal @core$_.override @@ -26458,24 +26356,24 @@ final class $SentryBaseEvent$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryBaseEvent$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryBaseEvent$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryBaseEvent$Type$).hashCode; + int get hashCode => ($SentryBaseEvent$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryBaseEvent$Type$) && - other is $SentryBaseEvent$Type$; + return other.runtimeType == ($SentryBaseEvent$Type) && + other is $SentryBaseEvent$Type; } } @@ -26483,7 +26381,7 @@ final class $SentryBaseEvent$Type$ extends jni$_.JType { class SentryLevel$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryLevel$Deserializer.fromReference( @@ -26495,12 +26393,8 @@ class SentryLevel$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/SentryLevel$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryLevel$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryLevel$Deserializer$Type$(); + static const nullableType = $SentryLevel$Deserializer$NullableType(); + static const type = $SentryLevel$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -26560,14 +26454,14 @@ class SentryLevel$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SentryLevel$Type$()); + .object(const $SentryLevel$Type()); } } -final class $SentryLevel$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryLevel$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryLevel$Deserializer$NullableType$(); + const $SentryLevel$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -26583,30 +26477,30 @@ final class $SentryLevel$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryLevel$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryLevel$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryLevel$Deserializer$NullableType$) && - other is $SentryLevel$Deserializer$NullableType$; + return other.runtimeType == ($SentryLevel$Deserializer$NullableType) && + other is $SentryLevel$Deserializer$NullableType; } } -final class $SentryLevel$Deserializer$Type$ - extends jni$_.JType { +final class $SentryLevel$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryLevel$Deserializer$Type$(); + const $SentryLevel$Deserializer$Type(); @jni$_.internal @core$_.override @@ -26620,24 +26514,24 @@ final class $SentryLevel$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryLevel$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryLevel$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryLevel$Deserializer$Type$).hashCode; + int get hashCode => ($SentryLevel$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryLevel$Deserializer$Type$) && - other is $SentryLevel$Deserializer$Type$; + return other.runtimeType == ($SentryLevel$Deserializer$Type) && + other is $SentryLevel$Deserializer$Type; } } @@ -26645,7 +26539,7 @@ final class $SentryLevel$Deserializer$Type$ class SentryLevel extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryLevel.fromReference( @@ -26656,11 +26550,8 @@ class SentryLevel extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryLevel'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryLevel$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryLevel$Type$(); + static const nullableType = $SentryLevel$NullableType(); + static const type = $SentryLevel$Type(); static final _id_DEBUG = _class.staticFieldId( r'DEBUG', r'Lio/sentry/SentryLevel;', @@ -26669,7 +26560,7 @@ class SentryLevel extends jni$_.JObject { /// from: `static public final io.sentry.SentryLevel DEBUG` /// The returned object must be released after use, by calling the [release] method. static SentryLevel get DEBUG => - _id_DEBUG.get(_class, const $SentryLevel$Type$()); + _id_DEBUG.get(_class, const $SentryLevel$Type()); static final _id_INFO = _class.staticFieldId( r'INFO', @@ -26679,7 +26570,7 @@ class SentryLevel extends jni$_.JObject { /// from: `static public final io.sentry.SentryLevel INFO` /// The returned object must be released after use, by calling the [release] method. static SentryLevel get INFO => - _id_INFO.get(_class, const $SentryLevel$Type$()); + _id_INFO.get(_class, const $SentryLevel$Type()); static final _id_WARNING = _class.staticFieldId( r'WARNING', @@ -26689,7 +26580,7 @@ class SentryLevel extends jni$_.JObject { /// from: `static public final io.sentry.SentryLevel WARNING` /// The returned object must be released after use, by calling the [release] method. static SentryLevel get WARNING => - _id_WARNING.get(_class, const $SentryLevel$Type$()); + _id_WARNING.get(_class, const $SentryLevel$Type()); static final _id_ERROR = _class.staticFieldId( r'ERROR', @@ -26699,7 +26590,7 @@ class SentryLevel extends jni$_.JObject { /// from: `static public final io.sentry.SentryLevel ERROR` /// The returned object must be released after use, by calling the [release] method. static SentryLevel get ERROR => - _id_ERROR.get(_class, const $SentryLevel$Type$()); + _id_ERROR.get(_class, const $SentryLevel$Type()); static final _id_FATAL = _class.staticFieldId( r'FATAL', @@ -26709,7 +26600,7 @@ class SentryLevel extends jni$_.JObject { /// from: `static public final io.sentry.SentryLevel FATAL` /// The returned object must be released after use, by calling the [release] method. static SentryLevel get FATAL => - _id_FATAL.get(_class, const $SentryLevel$Type$()); + _id_FATAL.get(_class, const $SentryLevel$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -26733,8 +26624,8 @@ class SentryLevel extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $SentryLevel$NullableType$())); + const jni$_.JArrayNullableType( + $SentryLevel$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -26761,7 +26652,7 @@ class SentryLevel extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $SentryLevel$NullableType$()); + .object(const $SentryLevel$NullableType()); } static final _id_serialize = _class.instanceMethodId( @@ -26799,9 +26690,9 @@ class SentryLevel extends jni$_.JObject { } } -final class $SentryLevel$NullableType$ extends jni$_.JType { +final class $SentryLevel$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryLevel$NullableType$(); + const $SentryLevel$NullableType(); @jni$_.internal @core$_.override @@ -26816,29 +26707,29 @@ final class $SentryLevel$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryLevel$NullableType$).hashCode; + int get hashCode => ($SentryLevel$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryLevel$NullableType$) && - other is $SentryLevel$NullableType$; + return other.runtimeType == ($SentryLevel$NullableType) && + other is $SentryLevel$NullableType; } } -final class $SentryLevel$Type$ extends jni$_.JType { +final class $SentryLevel$Type extends jni$_.JObjType { @jni$_.internal - const $SentryLevel$Type$(); + const $SentryLevel$Type(); @jni$_.internal @core$_.override @@ -26852,24 +26743,24 @@ final class $SentryLevel$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryLevel$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryLevel$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryLevel$Type$).hashCode; + int get hashCode => ($SentryLevel$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryLevel$Type$) && - other is $SentryLevel$Type$; + return other.runtimeType == ($SentryLevel$Type) && + other is $SentryLevel$Type; } } @@ -26877,7 +26768,7 @@ final class $SentryLevel$Type$ extends jni$_.JType { class Hint extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Hint.fromReference( @@ -26888,10 +26779,8 @@ class Hint extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/Hint'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Hint$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Hint$Type$(); + static const nullableType = $Hint$NullableType(); + static const type = $Hint$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -26940,7 +26829,7 @@ class Hint extends jni$_.JObject { final _$attachment = attachment?.reference ?? jni$_.jNullReference; return _withAttachment(_class.reference.pointer, _id_withAttachment as jni$_.JMethodIDPtr, _$attachment.pointer) - .object(const $Hint$Type$()); + .object(const $Hint$Type()); } static final _id_withAttachments = _class.staticMethodId( @@ -26967,7 +26856,7 @@ class Hint extends jni$_.JObject { final _$list = list?.reference ?? jni$_.jNullReference; return _withAttachments(_class.reference.pointer, _id_withAttachments as jni$_.JMethodIDPtr, _$list.pointer) - .object(const $Hint$Type$()); + .object(const $Hint$Type()); } static final _id_set = _class.instanceMethodId( @@ -27028,7 +26917,7 @@ class Hint extends jni$_.JObject { final _$string = string.reference; return _get( reference.pointer, _id_get as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getAs = _class.instanceMethodId( @@ -27058,7 +26947,7 @@ class Hint extends jni$_.JObject { $T? getAs<$T extends jni$_.JObject?>( jni$_.JString string, jni$_.JObject class$, { - required jni$_.JType<$T> T, + required jni$_.JObjType<$T> T, }) { final _$string = string.reference; final _$class$ = class$.reference; @@ -27168,8 +27057,7 @@ class Hint extends jni$_.JObject { return _getAttachments( reference.pointer, _id_getAttachments as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_replaceAttachments = _class.instanceMethodId( @@ -27292,7 +27180,7 @@ class Hint extends jni$_.JObject { jni$_.JObject? getScreenshot() { return _getScreenshot( reference.pointer, _id_getScreenshot as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setViewHierarchy = _class.instanceMethodId( @@ -27343,7 +27231,7 @@ class Hint extends jni$_.JObject { jni$_.JObject? getViewHierarchy() { return _getViewHierarchy( reference.pointer, _id_getViewHierarchy as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setThreadDump = _class.instanceMethodId( @@ -27394,7 +27282,7 @@ class Hint extends jni$_.JObject { jni$_.JObject? getThreadDump() { return _getThreadDump( reference.pointer, _id_getThreadDump as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getReplayRecording = _class.instanceMethodId( @@ -27419,7 +27307,7 @@ class Hint extends jni$_.JObject { ReplayRecording? getReplayRecording() { return _getReplayRecording( reference.pointer, _id_getReplayRecording as jni$_.JMethodIDPtr) - .object(const $ReplayRecording$NullableType$()); + .object(const $ReplayRecording$NullableType()); } static final _id_setReplayRecording = _class.instanceMethodId( @@ -27452,9 +27340,9 @@ class Hint extends jni$_.JObject { } } -final class $Hint$NullableType$ extends jni$_.JType { +final class $Hint$NullableType extends jni$_.JObjType { @jni$_.internal - const $Hint$NullableType$(); + const $Hint$NullableType(); @jni$_.internal @core$_.override @@ -27469,29 +27357,29 @@ final class $Hint$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Hint$NullableType$).hashCode; + int get hashCode => ($Hint$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Hint$NullableType$) && - other is $Hint$NullableType$; + return other.runtimeType == ($Hint$NullableType) && + other is $Hint$NullableType; } } -final class $Hint$Type$ extends jni$_.JType { +final class $Hint$Type extends jni$_.JObjType { @jni$_.internal - const $Hint$Type$(); + const $Hint$Type(); @jni$_.internal @core$_.override @@ -27504,22 +27392,22 @@ final class $Hint$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Hint$NullableType$(); + jni$_.JObjType get nullableType => const $Hint$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Hint$Type$).hashCode; + int get hashCode => ($Hint$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Hint$Type$) && other is $Hint$Type$; + return other.runtimeType == ($Hint$Type) && other is $Hint$Type; } } @@ -27527,7 +27415,7 @@ final class $Hint$Type$ extends jni$_.JType { class ReplayRecording$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ReplayRecording$Deserializer.fromReference( @@ -27539,12 +27427,8 @@ class ReplayRecording$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/ReplayRecording$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ReplayRecording$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $ReplayRecording$Deserializer$Type$(); + static const nullableType = $ReplayRecording$Deserializer$NullableType(); + static const type = $ReplayRecording$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -27604,14 +27488,14 @@ class ReplayRecording$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $ReplayRecording$Type$()); + .object(const $ReplayRecording$Type()); } } -final class $ReplayRecording$Deserializer$NullableType$ - extends jni$_.JType { +final class $ReplayRecording$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$Deserializer$NullableType$(); + const $ReplayRecording$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -27627,30 +27511,30 @@ final class $ReplayRecording$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$Deserializer$NullableType$).hashCode; + int get hashCode => ($ReplayRecording$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$Deserializer$NullableType$) && - other is $ReplayRecording$Deserializer$NullableType$; + return other.runtimeType == ($ReplayRecording$Deserializer$NullableType) && + other is $ReplayRecording$Deserializer$NullableType; } } -final class $ReplayRecording$Deserializer$Type$ - extends jni$_.JType { +final class $ReplayRecording$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$Deserializer$Type$(); + const $ReplayRecording$Deserializer$Type(); @jni$_.internal @core$_.override @@ -27664,24 +27548,24 @@ final class $ReplayRecording$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ReplayRecording$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $ReplayRecording$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$Deserializer$Type$).hashCode; + int get hashCode => ($ReplayRecording$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$Deserializer$Type$) && - other is $ReplayRecording$Deserializer$Type$; + return other.runtimeType == ($ReplayRecording$Deserializer$Type) && + other is $ReplayRecording$Deserializer$Type; } } @@ -27689,7 +27573,7 @@ final class $ReplayRecording$Deserializer$Type$ class ReplayRecording$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ReplayRecording$JsonKeys.fromReference( @@ -27701,12 +27585,8 @@ class ReplayRecording$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/ReplayRecording$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ReplayRecording$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $ReplayRecording$JsonKeys$Type$(); + static const nullableType = $ReplayRecording$JsonKeys$NullableType(); + static const type = $ReplayRecording$JsonKeys$Type(); static final _id_SEGMENT_ID = _class.staticFieldId( r'SEGMENT_ID', r'Ljava/lang/String;', @@ -27715,7 +27595,7 @@ class ReplayRecording$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String SEGMENT_ID` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SEGMENT_ID => - _id_SEGMENT_ID.get(_class, const jni$_.$JString$NullableType$()); + _id_SEGMENT_ID.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -27742,10 +27622,10 @@ class ReplayRecording$JsonKeys extends jni$_.JObject { } } -final class $ReplayRecording$JsonKeys$NullableType$ - extends jni$_.JType { +final class $ReplayRecording$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$JsonKeys$NullableType$(); + const $ReplayRecording$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -27761,30 +27641,30 @@ final class $ReplayRecording$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$JsonKeys$NullableType$).hashCode; + int get hashCode => ($ReplayRecording$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$JsonKeys$NullableType$) && - other is $ReplayRecording$JsonKeys$NullableType$; + return other.runtimeType == ($ReplayRecording$JsonKeys$NullableType) && + other is $ReplayRecording$JsonKeys$NullableType; } } -final class $ReplayRecording$JsonKeys$Type$ - extends jni$_.JType { +final class $ReplayRecording$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$JsonKeys$Type$(); + const $ReplayRecording$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -27798,24 +27678,24 @@ final class $ReplayRecording$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ReplayRecording$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $ReplayRecording$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$JsonKeys$Type$).hashCode; + int get hashCode => ($ReplayRecording$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$JsonKeys$Type$) && - other is $ReplayRecording$JsonKeys$Type$; + return other.runtimeType == ($ReplayRecording$JsonKeys$Type) && + other is $ReplayRecording$JsonKeys$Type; } } @@ -27823,7 +27703,7 @@ final class $ReplayRecording$JsonKeys$Type$ class ReplayRecording extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ReplayRecording.fromReference( @@ -27834,11 +27714,8 @@ class ReplayRecording extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/ReplayRecording'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ReplayRecording$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $ReplayRecording$Type$(); + static const nullableType = $ReplayRecording$NullableType(); + static const type = $ReplayRecording$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -27885,7 +27762,7 @@ class ReplayRecording extends jni$_.JObject { jni$_.JInteger? getSegmentId() { return _getSegmentId( reference.pointer, _id_getSegmentId as jni$_.JMethodIDPtr) - .object(const jni$_.$JInteger$NullableType$()); + .object(const jni$_.JIntegerNullableType()); } static final _id_setSegmentId = _class.instanceMethodId( @@ -27936,8 +27813,8 @@ class ReplayRecording extends jni$_.JObject { jni$_.JList? getPayload() { return _getPayload(reference.pointer, _id_getPayload as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JList$NullableType$( - $RRWebEvent$NullableType$())); + const jni$_.JListNullableType( + $RRWebEvent$NullableType())); } static final _id_setPayload = _class.instanceMethodId( @@ -28071,9 +27948,8 @@ class ReplayRecording extends jni$_.JObject { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -28103,10 +27979,10 @@ class ReplayRecording extends jni$_.JObject { } } -final class $ReplayRecording$NullableType$ - extends jni$_.JType { +final class $ReplayRecording$NullableType + extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$NullableType$(); + const $ReplayRecording$NullableType(); @jni$_.internal @core$_.override @@ -28121,29 +27997,29 @@ final class $ReplayRecording$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$NullableType$).hashCode; + int get hashCode => ($ReplayRecording$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$NullableType$) && - other is $ReplayRecording$NullableType$; + return other.runtimeType == ($ReplayRecording$NullableType) && + other is $ReplayRecording$NullableType; } } -final class $ReplayRecording$Type$ extends jni$_.JType { +final class $ReplayRecording$Type extends jni$_.JObjType { @jni$_.internal - const $ReplayRecording$Type$(); + const $ReplayRecording$Type(); @jni$_.internal @core$_.override @@ -28157,24 +28033,24 @@ final class $ReplayRecording$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ReplayRecording$NullableType$(); + jni$_.JObjType get nullableType => + const $ReplayRecording$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ReplayRecording$Type$).hashCode; + int get hashCode => ($ReplayRecording$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ReplayRecording$Type$) && - other is $ReplayRecording$Type$; + return other.runtimeType == ($ReplayRecording$Type) && + other is $ReplayRecording$Type; } } @@ -28182,7 +28058,7 @@ final class $ReplayRecording$Type$ extends jni$_.JType { class Breadcrumb$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Breadcrumb$Deserializer.fromReference( @@ -28194,12 +28070,8 @@ class Breadcrumb$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/Breadcrumb$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Breadcrumb$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Breadcrumb$Deserializer$Type$(); + static const nullableType = $Breadcrumb$Deserializer$NullableType(); + static const type = $Breadcrumb$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -28259,14 +28131,14 @@ class Breadcrumb$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } } -final class $Breadcrumb$Deserializer$NullableType$ - extends jni$_.JType { +final class $Breadcrumb$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$Deserializer$NullableType$(); + const $Breadcrumb$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -28282,30 +28154,30 @@ final class $Breadcrumb$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$Deserializer$NullableType$).hashCode; + int get hashCode => ($Breadcrumb$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$Deserializer$NullableType$) && - other is $Breadcrumb$Deserializer$NullableType$; + return other.runtimeType == ($Breadcrumb$Deserializer$NullableType) && + other is $Breadcrumb$Deserializer$NullableType; } } -final class $Breadcrumb$Deserializer$Type$ - extends jni$_.JType { +final class $Breadcrumb$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$Deserializer$Type$(); + const $Breadcrumb$Deserializer$Type(); @jni$_.internal @core$_.override @@ -28319,24 +28191,24 @@ final class $Breadcrumb$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Breadcrumb$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $Breadcrumb$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$Deserializer$Type$).hashCode; + int get hashCode => ($Breadcrumb$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$Deserializer$Type$) && - other is $Breadcrumb$Deserializer$Type$; + return other.runtimeType == ($Breadcrumb$Deserializer$Type) && + other is $Breadcrumb$Deserializer$Type; } } @@ -28344,7 +28216,7 @@ final class $Breadcrumb$Deserializer$Type$ class Breadcrumb$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Breadcrumb$JsonKeys.fromReference( @@ -28355,12 +28227,8 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/Breadcrumb$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Breadcrumb$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Breadcrumb$JsonKeys$Type$(); + static const nullableType = $Breadcrumb$JsonKeys$NullableType(); + static const type = $Breadcrumb$JsonKeys$Type(); static final _id_TIMESTAMP = _class.staticFieldId( r'TIMESTAMP', r'Ljava/lang/String;', @@ -28369,7 +28237,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TIMESTAMP` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TIMESTAMP => - _id_TIMESTAMP.get(_class, const jni$_.$JString$NullableType$()); + _id_TIMESTAMP.get(_class, const jni$_.JStringNullableType()); static final _id_MESSAGE = _class.staticFieldId( r'MESSAGE', @@ -28379,7 +28247,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String MESSAGE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MESSAGE => - _id_MESSAGE.get(_class, const jni$_.$JString$NullableType$()); + _id_MESSAGE.get(_class, const jni$_.JStringNullableType()); static final _id_TYPE = _class.staticFieldId( r'TYPE', @@ -28389,7 +28257,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TYPE => - _id_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_DATA = _class.staticFieldId( r'DATA', @@ -28399,7 +28267,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String DATA` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DATA => - _id_DATA.get(_class, const jni$_.$JString$NullableType$()); + _id_DATA.get(_class, const jni$_.JStringNullableType()); static final _id_CATEGORY = _class.staticFieldId( r'CATEGORY', @@ -28409,7 +28277,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String CATEGORY` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CATEGORY => - _id_CATEGORY.get(_class, const jni$_.$JString$NullableType$()); + _id_CATEGORY.get(_class, const jni$_.JStringNullableType()); static final _id_ORIGIN = _class.staticFieldId( r'ORIGIN', @@ -28419,7 +28287,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String ORIGIN` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ORIGIN => - _id_ORIGIN.get(_class, const jni$_.$JString$NullableType$()); + _id_ORIGIN.get(_class, const jni$_.JStringNullableType()); static final _id_LEVEL = _class.staticFieldId( r'LEVEL', @@ -28429,7 +28297,7 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String LEVEL` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LEVEL => - _id_LEVEL.get(_class, const jni$_.$JString$NullableType$()); + _id_LEVEL.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -28456,10 +28324,10 @@ class Breadcrumb$JsonKeys extends jni$_.JObject { } } -final class $Breadcrumb$JsonKeys$NullableType$ - extends jni$_.JType { +final class $Breadcrumb$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$JsonKeys$NullableType$(); + const $Breadcrumb$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -28475,30 +28343,30 @@ final class $Breadcrumb$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$JsonKeys$NullableType$).hashCode; + int get hashCode => ($Breadcrumb$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$JsonKeys$NullableType$) && - other is $Breadcrumb$JsonKeys$NullableType$; + return other.runtimeType == ($Breadcrumb$JsonKeys$NullableType) && + other is $Breadcrumb$JsonKeys$NullableType; } } -final class $Breadcrumb$JsonKeys$Type$ - extends jni$_.JType { +final class $Breadcrumb$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$JsonKeys$Type$(); + const $Breadcrumb$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -28512,24 +28380,24 @@ final class $Breadcrumb$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Breadcrumb$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $Breadcrumb$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$JsonKeys$Type$).hashCode; + int get hashCode => ($Breadcrumb$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$JsonKeys$Type$) && - other is $Breadcrumb$JsonKeys$Type$; + return other.runtimeType == ($Breadcrumb$JsonKeys$Type) && + other is $Breadcrumb$JsonKeys$Type; } } @@ -28537,7 +28405,7 @@ final class $Breadcrumb$JsonKeys$Type$ class Breadcrumb extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Breadcrumb.fromReference( @@ -28548,11 +28416,8 @@ class Breadcrumb extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/Breadcrumb'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Breadcrumb$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Breadcrumb$Type$(); + static const nullableType = $Breadcrumb$NullableType(); + static const type = $Breadcrumb$Type(); static final _id_new$ = _class.constructorId( r'(Ljava/util/Date;)V', ); @@ -28635,7 +28500,7 @@ class Breadcrumb extends jni$_.JObject { final _$sentryOptions = sentryOptions.reference; return _fromMap(_class.reference.pointer, _id_fromMap as jni$_.JMethodIDPtr, _$map.pointer, _$sentryOptions.pointer) - .object(const $Breadcrumb$NullableType$()); + .object(const $Breadcrumb$NullableType()); } static final _id_http = _class.staticMethodId( @@ -28670,7 +28535,7 @@ class Breadcrumb extends jni$_.JObject { final _$string1 = string1.reference; return _http(_class.reference.pointer, _id_http as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_http$1 = _class.staticMethodId( @@ -28709,7 +28574,7 @@ class Breadcrumb extends jni$_.JObject { final _$integer = integer?.reference ?? jni$_.jNullReference; return _http$1(_class.reference.pointer, _id_http$1 as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer, _$integer.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_graphqlOperation = _class.staticMethodId( @@ -28752,7 +28617,7 @@ class Breadcrumb extends jni$_.JObject { _$string.pointer, _$string1.pointer, _$string2.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_graphqlDataFetcher = _class.staticMethodId( @@ -28800,7 +28665,7 @@ class Breadcrumb extends jni$_.JObject { _$string1.pointer, _$string2.pointer, _$string3.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_graphqlDataLoader = _class.staticMethodId( @@ -28848,7 +28713,7 @@ class Breadcrumb extends jni$_.JObject { _$class$.pointer, _$class1.pointer, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_navigation = _class.staticMethodId( @@ -28886,7 +28751,7 @@ class Breadcrumb extends jni$_.JObject { _id_navigation as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_transaction = _class.staticMethodId( @@ -28913,7 +28778,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string.reference; return _transaction(_class.reference.pointer, _id_transaction as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_debug = _class.staticMethodId( @@ -28940,7 +28805,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string.reference; return _debug(_class.reference.pointer, _id_debug as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_error = _class.staticMethodId( @@ -28967,7 +28832,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string.reference; return _error(_class.reference.pointer, _id_error as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_info = _class.staticMethodId( @@ -28994,7 +28859,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string.reference; return _info(_class.reference.pointer, _id_info as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_query = _class.staticMethodId( @@ -29021,7 +28886,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string.reference; return _query(_class.reference.pointer, _id_query as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_ui = _class.staticMethodId( @@ -29056,7 +28921,7 @@ class Breadcrumb extends jni$_.JObject { final _$string1 = string1.reference; return _ui(_class.reference.pointer, _id_ui as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_user = _class.staticMethodId( @@ -29091,7 +28956,7 @@ class Breadcrumb extends jni$_.JObject { final _$string1 = string1.reference; return _user(_class.reference.pointer, _id_user as jni$_.JMethodIDPtr, _$string.pointer, _$string1.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_userInteraction = _class.staticMethodId( @@ -29134,7 +28999,7 @@ class Breadcrumb extends jni$_.JObject { _$string.pointer, _$string1.pointer, _$string2.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_userInteraction$1 = _class.staticMethodId( @@ -29187,7 +29052,7 @@ class Breadcrumb extends jni$_.JObject { _$string2.pointer, _$string3.pointer, _$map.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_userInteraction$2 = _class.staticMethodId( @@ -29235,7 +29100,7 @@ class Breadcrumb extends jni$_.JObject { _$string1.pointer, _$string2.pointer, _$map.pointer) - .object(const $Breadcrumb$Type$()); + .object(const $Breadcrumb$Type()); } static final _id_new$2 = _class.constructorId( @@ -29310,7 +29175,7 @@ class Breadcrumb extends jni$_.JObject { jni$_.JObject getTimestamp() { return _getTimestamp( reference.pointer, _id_getTimestamp as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getMessage = _class.instanceMethodId( @@ -29334,7 +29199,7 @@ class Breadcrumb extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getMessage() { return _getMessage(reference.pointer, _id_getMessage as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setMessage = _class.instanceMethodId( @@ -29384,7 +29249,7 @@ class Breadcrumb extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getType() { return _getType(reference.pointer, _id_getType as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setType = _class.instanceMethodId( @@ -29435,9 +29300,8 @@ class Breadcrumb extends jni$_.JObject { jni$_.JMap getData() { return _getData(reference.pointer, _id_getData as jni$_.JMethodIDPtr) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_getData$1 = _class.instanceMethodId( @@ -29464,7 +29328,7 @@ class Breadcrumb extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getData$1(reference.pointer, _id_getData$1 as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setData = _class.instanceMethodId( @@ -29549,7 +29413,7 @@ class Breadcrumb extends jni$_.JObject { jni$_.JString? getCategory() { return _getCategory( reference.pointer, _id_getCategory as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setCategory = _class.instanceMethodId( @@ -29599,7 +29463,7 @@ class Breadcrumb extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getOrigin() { return _getOrigin(reference.pointer, _id_getOrigin as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setOrigin = _class.instanceMethodId( @@ -29649,7 +29513,7 @@ class Breadcrumb extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryLevel? getLevel() { return _getLevel(reference.pointer, _id_getLevel as jni$_.JMethodIDPtr) - .object(const $SentryLevel$NullableType$()); + .object(const $SentryLevel$NullableType()); } static final _id_setLevel = _class.instanceMethodId( @@ -29749,9 +29613,8 @@ class Breadcrumb extends jni$_.JObject { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -29857,9 +29720,9 @@ class Breadcrumb extends jni$_.JObject { } } -final class $Breadcrumb$NullableType$ extends jni$_.JType { +final class $Breadcrumb$NullableType extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$NullableType$(); + const $Breadcrumb$NullableType(); @jni$_.internal @core$_.override @@ -29874,29 +29737,29 @@ final class $Breadcrumb$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$NullableType$).hashCode; + int get hashCode => ($Breadcrumb$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$NullableType$) && - other is $Breadcrumb$NullableType$; + return other.runtimeType == ($Breadcrumb$NullableType) && + other is $Breadcrumb$NullableType; } } -final class $Breadcrumb$Type$ extends jni$_.JType { +final class $Breadcrumb$Type extends jni$_.JObjType { @jni$_.internal - const $Breadcrumb$Type$(); + const $Breadcrumb$Type(); @jni$_.internal @core$_.override @@ -29910,24 +29773,23 @@ final class $Breadcrumb$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Breadcrumb$NullableType$(); + jni$_.JObjType get nullableType => + const $Breadcrumb$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Breadcrumb$Type$).hashCode; + int get hashCode => ($Breadcrumb$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Breadcrumb$Type$) && - other is $Breadcrumb$Type$; + return other.runtimeType == ($Breadcrumb$Type) && other is $Breadcrumb$Type; } } @@ -29935,7 +29797,7 @@ final class $Breadcrumb$Type$ extends jni$_.JType { class ScopesAdapter extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ScopesAdapter.fromReference( @@ -29946,11 +29808,8 @@ class ScopesAdapter extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/ScopesAdapter'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ScopesAdapter$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $ScopesAdapter$Type$(); + static const nullableType = $ScopesAdapter$NullableType(); + static const type = $ScopesAdapter$Type(); static final _id_getInstance = _class.staticMethodId( r'getInstance', r'()Lio/sentry/ScopesAdapter;', @@ -29973,7 +29832,7 @@ class ScopesAdapter extends jni$_.JObject { static ScopesAdapter? getInstance() { return _getInstance( _class.reference.pointer, _id_getInstance as jni$_.JMethodIDPtr) - .object(const $ScopesAdapter$NullableType$()); + .object(const $ScopesAdapter$NullableType()); } static final _id_isEnabled = _class.instanceMethodId( @@ -30034,7 +29893,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureEvent as jni$_.JMethodIDPtr, _$sentryEvent.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureEvent$1 = _class.instanceMethodId( @@ -30077,7 +29936,7 @@ class ScopesAdapter extends jni$_.JObject { _$sentryEvent.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage = _class.instanceMethodId( @@ -30115,7 +29974,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureMessage as jni$_.JMethodIDPtr, _$string.pointer, _$sentryLevel.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureMessage$1 = _class.instanceMethodId( @@ -30158,7 +30017,7 @@ class ScopesAdapter extends jni$_.JObject { _$string.pointer, _$sentryLevel.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback = _class.instanceMethodId( @@ -30185,7 +30044,7 @@ class ScopesAdapter extends jni$_.JObject { final _$feedback = feedback.reference; return _captureFeedback(reference.pointer, _id_captureFeedback as jni$_.JMethodIDPtr, _$feedback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback$1 = _class.instanceMethodId( @@ -30223,7 +30082,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureFeedback$1 as jni$_.JMethodIDPtr, _$feedback.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureFeedback$2 = _class.instanceMethodId( @@ -30266,7 +30125,7 @@ class ScopesAdapter extends jni$_.JObject { _$feedback.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureEnvelope = _class.instanceMethodId( @@ -30304,7 +30163,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureEnvelope as jni$_.JMethodIDPtr, _$sentryEnvelope.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException = _class.instanceMethodId( @@ -30342,7 +30201,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureException as jni$_.JMethodIDPtr, _$throwable.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureException$1 = _class.instanceMethodId( @@ -30385,7 +30244,7 @@ class ScopesAdapter extends jni$_.JObject { _$throwable.pointer, _$hint.pointer, _$scopeCallback.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureUserFeedback = _class.instanceMethodId( @@ -30837,7 +30696,7 @@ class ScopesAdapter extends jni$_.JObject { SentryId getLastEventId() { return _getLastEventId( reference.pointer, _id_getLastEventId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_pushScope = _class.instanceMethodId( @@ -30861,7 +30720,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject pushScope() { return _pushScope(reference.pointer, _id_pushScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_pushIsolationScope = _class.instanceMethodId( @@ -30886,7 +30745,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject pushIsolationScope() { return _pushIsolationScope( reference.pointer, _id_pushIsolationScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_popScope = _class.instanceMethodId( @@ -31091,7 +30950,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject clone() { return _clone(reference.pointer, _id_clone as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedScopes = _class.instanceMethodId( @@ -31118,7 +30977,7 @@ class ScopesAdapter extends jni$_.JObject { final _$string = string.reference; return _forkedScopes(reference.pointer, _id_forkedScopes as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedCurrentScope = _class.instanceMethodId( @@ -31145,7 +31004,7 @@ class ScopesAdapter extends jni$_.JObject { final _$string = string.reference; return _forkedCurrentScope(reference.pointer, _id_forkedCurrentScope as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_forkedRootScopes = _class.instanceMethodId( @@ -31172,7 +31031,7 @@ class ScopesAdapter extends jni$_.JObject { final _$string = string.reference; return _forkedRootScopes(reference.pointer, _id_forkedRootScopes as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_makeCurrent = _class.instanceMethodId( @@ -31197,7 +31056,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject makeCurrent() { return _makeCurrent( reference.pointer, _id_makeCurrent as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getScope = _class.instanceMethodId( @@ -31221,7 +31080,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getScope() { return _getScope(reference.pointer, _id_getScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getIsolationScope = _class.instanceMethodId( @@ -31246,7 +31105,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject getIsolationScope() { return _getIsolationScope( reference.pointer, _id_getIsolationScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getGlobalScope = _class.instanceMethodId( @@ -31271,7 +31130,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject getGlobalScope() { return _getGlobalScope( reference.pointer, _id_getGlobalScope as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_getParentScopes = _class.instanceMethodId( @@ -31296,7 +31155,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject? getParentScopes() { return _getParentScopes( reference.pointer, _id_getParentScopes as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_isAncestorOf = _class.instanceMethodId( @@ -31371,7 +31230,7 @@ class ScopesAdapter extends jni$_.JObject { _$traceContext.pointer, _$hint.pointer, _$profilingTraceData.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_captureProfileChunk = _class.instanceMethodId( @@ -31400,7 +31259,7 @@ class ScopesAdapter extends jni$_.JObject { reference.pointer, _id_captureProfileChunk as jni$_.JMethodIDPtr, _$profileChunk.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_startTransaction = _class.instanceMethodId( @@ -31438,7 +31297,7 @@ class ScopesAdapter extends jni$_.JObject { _id_startTransaction as jni$_.JMethodIDPtr, _$transactionContext.pointer, _$transactionOptions.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_startProfiler = _class.instanceMethodId( @@ -31546,7 +31405,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getSpan() { return _getSpan(reference.pointer, _id_getSpan as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setActiveSpan = _class.instanceMethodId( @@ -31597,7 +31456,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject? getTransaction() { return _getTransaction( reference.pointer, _id_getTransaction as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getOptions = _class.instanceMethodId( @@ -31621,7 +31480,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryOptions getOptions() { return _getOptions(reference.pointer, _id_getOptions as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Type$()); + .object(const $SentryOptions$Type()); } static final _id_isCrashedLastRun = _class.instanceMethodId( @@ -31646,7 +31505,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JBoolean? isCrashedLastRun() { return _isCrashedLastRun( reference.pointer, _id_isCrashedLastRun as jni$_.JMethodIDPtr) - .object(const jni$_.$JBoolean$NullableType$()); + .object(const jni$_.JBooleanNullableType()); } static final _id_reportFullyDisplayed = _class.instanceMethodId( @@ -31708,7 +31567,7 @@ class ScopesAdapter extends jni$_.JObject { _id_continueTrace as jni$_.JMethodIDPtr, _$string.pointer, _$list.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getTraceparent = _class.instanceMethodId( @@ -31733,7 +31592,7 @@ class ScopesAdapter extends jni$_.JObject { SentryTraceHeader? getTraceparent() { return _getTraceparent( reference.pointer, _id_getTraceparent as jni$_.JMethodIDPtr) - .object(const $SentryTraceHeader$NullableType$()); + .object(const $SentryTraceHeader$NullableType()); } static final _id_getBaggage = _class.instanceMethodId( @@ -31757,7 +31616,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getBaggage() { return _getBaggage(reference.pointer, _id_getBaggage as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_captureCheckIn = _class.instanceMethodId( @@ -31784,7 +31643,7 @@ class ScopesAdapter extends jni$_.JObject { final _$checkIn = checkIn.reference; return _captureCheckIn(reference.pointer, _id_captureCheckIn as jni$_.JMethodIDPtr, _$checkIn.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_getRateLimiter = _class.instanceMethodId( @@ -31809,7 +31668,7 @@ class ScopesAdapter extends jni$_.JObject { jni$_.JObject? getRateLimiter() { return _getRateLimiter( reference.pointer, _id_getRateLimiter as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_captureReplay = _class.instanceMethodId( @@ -31847,7 +31706,7 @@ class ScopesAdapter extends jni$_.JObject { _id_captureReplay as jni$_.JMethodIDPtr, _$sentryReplayEvent.pointer, _$hint.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_logger = _class.instanceMethodId( @@ -31871,7 +31730,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject logger() { return _logger(reference.pointer, _id_logger as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_metrics = _class.instanceMethodId( @@ -31895,7 +31754,7 @@ class ScopesAdapter extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject metrics() { return _metrics(reference.pointer, _id_metrics as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_addFeatureFlag = _class.instanceMethodId( @@ -31933,9 +31792,9 @@ class ScopesAdapter extends jni$_.JObject { } } -final class $ScopesAdapter$NullableType$ extends jni$_.JType { +final class $ScopesAdapter$NullableType extends jni$_.JObjType { @jni$_.internal - const $ScopesAdapter$NullableType$(); + const $ScopesAdapter$NullableType(); @jni$_.internal @core$_.override @@ -31950,29 +31809,29 @@ final class $ScopesAdapter$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScopesAdapter$NullableType$).hashCode; + int get hashCode => ($ScopesAdapter$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScopesAdapter$NullableType$) && - other is $ScopesAdapter$NullableType$; + return other.runtimeType == ($ScopesAdapter$NullableType) && + other is $ScopesAdapter$NullableType; } } -final class $ScopesAdapter$Type$ extends jni$_.JType { +final class $ScopesAdapter$Type extends jni$_.JObjType { @jni$_.internal - const $ScopesAdapter$Type$(); + const $ScopesAdapter$Type(); @jni$_.internal @core$_.override @@ -31986,24 +31845,24 @@ final class $ScopesAdapter$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ScopesAdapter$NullableType$(); + jni$_.JObjType get nullableType => + const $ScopesAdapter$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScopesAdapter$Type$).hashCode; + int get hashCode => ($ScopesAdapter$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScopesAdapter$Type$) && - other is $ScopesAdapter$Type$; + return other.runtimeType == ($ScopesAdapter$Type) && + other is $ScopesAdapter$Type; } } @@ -32011,7 +31870,7 @@ final class $ScopesAdapter$Type$ extends jni$_.JType { class Scope$IWithPropagationContext extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Scope$IWithPropagationContext.fromReference( @@ -32023,12 +31882,8 @@ class Scope$IWithPropagationContext extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/Scope$IWithPropagationContext'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Scope$IWithPropagationContext$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Scope$IWithPropagationContext$Type$(); + static const nullableType = $Scope$IWithPropagationContext$NullableType(); + static const type = $Scope$IWithPropagationContext$Type(); static final _id_accept = _class.instanceMethodId( r'accept', r'(Lio/sentry/PropagationContext;)V', @@ -32087,7 +31942,7 @@ class Scope$IWithPropagationContext extends jni$_.JObject { final $a = $i.args; if ($d == r'accept(Lio/sentry/PropagationContext;)V') { _$impls[$p]!.accept( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), ); return jni$_.nullptr; } @@ -32160,10 +32015,10 @@ final class _$Scope$IWithPropagationContext } } -final class $Scope$IWithPropagationContext$NullableType$ - extends jni$_.JType { +final class $Scope$IWithPropagationContext$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Scope$IWithPropagationContext$NullableType$(); + const $Scope$IWithPropagationContext$NullableType(); @jni$_.internal @core$_.override @@ -32179,31 +32034,30 @@ final class $Scope$IWithPropagationContext$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$IWithPropagationContext$NullableType$).hashCode; + int get hashCode => ($Scope$IWithPropagationContext$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == - ($Scope$IWithPropagationContext$NullableType$) && - other is $Scope$IWithPropagationContext$NullableType$; + return other.runtimeType == ($Scope$IWithPropagationContext$NullableType) && + other is $Scope$IWithPropagationContext$NullableType; } } -final class $Scope$IWithPropagationContext$Type$ - extends jni$_.JType { +final class $Scope$IWithPropagationContext$Type + extends jni$_.JObjType { @jni$_.internal - const $Scope$IWithPropagationContext$Type$(); + const $Scope$IWithPropagationContext$Type(); @jni$_.internal @core$_.override @@ -32217,24 +32071,24 @@ final class $Scope$IWithPropagationContext$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Scope$IWithPropagationContext$NullableType$(); + jni$_.JObjType get nullableType => + const $Scope$IWithPropagationContext$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$IWithPropagationContext$Type$).hashCode; + int get hashCode => ($Scope$IWithPropagationContext$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Scope$IWithPropagationContext$Type$) && - other is $Scope$IWithPropagationContext$Type$; + return other.runtimeType == ($Scope$IWithPropagationContext$Type) && + other is $Scope$IWithPropagationContext$Type; } } @@ -32242,7 +32096,7 @@ final class $Scope$IWithPropagationContext$Type$ class Scope$IWithTransaction extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Scope$IWithTransaction.fromReference( @@ -32254,12 +32108,8 @@ class Scope$IWithTransaction extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/Scope$IWithTransaction'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Scope$IWithTransaction$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Scope$IWithTransaction$Type$(); + static const nullableType = $Scope$IWithTransaction$NullableType(); + static const type = $Scope$IWithTransaction$Type(); static final _id_accept = _class.instanceMethodId( r'accept', r'(Lio/sentry/ITransaction;)V', @@ -32318,7 +32168,7 @@ class Scope$IWithTransaction extends jni$_.JObject { final $a = $i.args; if ($d == r'accept(Lio/sentry/ITransaction;)V') { _$impls[$p]!.accept( - $a![0]?.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]?.as(const jni$_.JObjectType(), releaseOriginal: true), ); return jni$_.nullptr; } @@ -32390,10 +32240,10 @@ final class _$Scope$IWithTransaction with $Scope$IWithTransaction { } } -final class $Scope$IWithTransaction$NullableType$ - extends jni$_.JType { +final class $Scope$IWithTransaction$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Scope$IWithTransaction$NullableType$(); + const $Scope$IWithTransaction$NullableType(); @jni$_.internal @core$_.override @@ -32409,30 +32259,30 @@ final class $Scope$IWithTransaction$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$IWithTransaction$NullableType$).hashCode; + int get hashCode => ($Scope$IWithTransaction$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Scope$IWithTransaction$NullableType$) && - other is $Scope$IWithTransaction$NullableType$; + return other.runtimeType == ($Scope$IWithTransaction$NullableType) && + other is $Scope$IWithTransaction$NullableType; } } -final class $Scope$IWithTransaction$Type$ - extends jni$_.JType { +final class $Scope$IWithTransaction$Type + extends jni$_.JObjType { @jni$_.internal - const $Scope$IWithTransaction$Type$(); + const $Scope$IWithTransaction$Type(); @jni$_.internal @core$_.override @@ -32446,24 +32296,24 @@ final class $Scope$IWithTransaction$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Scope$IWithTransaction$NullableType$(); + jni$_.JObjType get nullableType => + const $Scope$IWithTransaction$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$IWithTransaction$Type$).hashCode; + int get hashCode => ($Scope$IWithTransaction$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Scope$IWithTransaction$Type$) && - other is $Scope$IWithTransaction$Type$; + return other.runtimeType == ($Scope$IWithTransaction$Type) && + other is $Scope$IWithTransaction$Type; } } @@ -32471,7 +32321,7 @@ final class $Scope$IWithTransaction$Type$ class Scope extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Scope.fromReference( @@ -32482,10 +32332,8 @@ class Scope extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/Scope'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Scope$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Scope$Type$(); + static const nullableType = $Scope$NullableType(); + static const type = $Scope$Type(); static final _id_new$ = _class.constructorId( r'(Lio/sentry/SentryOptions;)V', ); @@ -32533,7 +32381,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryLevel? getLevel() { return _getLevel(reference.pointer, _id_getLevel as jni$_.JMethodIDPtr) - .object(const $SentryLevel$NullableType$()); + .object(const $SentryLevel$NullableType()); } static final _id_setLevel = _class.instanceMethodId( @@ -32584,7 +32432,7 @@ class Scope extends jni$_.JObject { jni$_.JString? getTransactionName() { return _getTransactionName( reference.pointer, _id_getTransactionName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setTransaction = _class.instanceMethodId( @@ -32634,7 +32482,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getSpan() { return _getSpan(reference.pointer, _id_getSpan as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setActiveSpan = _class.instanceMethodId( @@ -32710,7 +32558,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. User? getUser() { return _getUser(reference.pointer, _id_getUser as jni$_.JMethodIDPtr) - .object(const $User$NullableType$()); + .object(const $User$NullableType()); } static final _id_setUser = _class.instanceMethodId( @@ -32760,7 +32608,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getScreen() { return _getScreen(reference.pointer, _id_getScreen as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setScreen = _class.instanceMethodId( @@ -32811,7 +32659,7 @@ class Scope extends jni$_.JObject { SentryId getReplayId() { return _getReplayId( reference.pointer, _id_getReplayId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_setReplayId = _class.instanceMethodId( @@ -32861,7 +32709,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getRequest() { return _getRequest(reference.pointer, _id_getRequest as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setRequest = _class.instanceMethodId( @@ -32913,8 +32761,7 @@ class Scope extends jni$_.JObject { return _getFingerprint( reference.pointer, _id_getFingerprint as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JListType(jni$_.JStringNullableType())); } static final _id_setFingerprint = _class.instanceMethodId( @@ -32965,7 +32812,7 @@ class Scope extends jni$_.JObject { jni$_.JObject getBreadcrumbs() { return _getBreadcrumbs( reference.pointer, _id_getBreadcrumbs as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_addBreadcrumb = _class.instanceMethodId( @@ -33098,7 +32945,7 @@ class Scope extends jni$_.JObject { jni$_.JObject? getTransaction() { return _getTransaction( reference.pointer, _id_getTransaction as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_clear = _class.instanceMethodId( @@ -33145,9 +32992,8 @@ class Scope extends jni$_.JObject { jni$_.JMap getTags() { return _getTags(reference.pointer, _id_getTags as jni$_.JMethodIDPtr) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JString$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JStringNullableType())); } static final _id_setTag = _class.instanceMethodId( @@ -33232,9 +33078,8 @@ class Scope extends jni$_.JObject { jni$_.JMap getExtras() { return _getExtras(reference.pointer, _id_getExtras as jni$_.JMethodIDPtr) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setExtra = _class.instanceMethodId( @@ -33319,7 +33164,7 @@ class Scope extends jni$_.JObject { jni$_.JObject getContexts() { return _getContexts( reference.pointer, _id_getContexts as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setContexts = _class.instanceMethodId( @@ -33609,8 +33454,7 @@ class Scope extends jni$_.JObject { return _getAttachments( reference.pointer, _id_getAttachments as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_addAttachment = _class.instanceMethodId( @@ -33686,8 +33530,7 @@ class Scope extends jni$_.JObject { return _getEventProcessors( reference.pointer, _id_getEventProcessors as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_getEventProcessorsWithOrder = _class.instanceMethodId( @@ -33714,8 +33557,7 @@ class Scope extends jni$_.JObject { return _getEventProcessorsWithOrder(reference.pointer, _id_getEventProcessorsWithOrder as jni$_.JMethodIDPtr) .object>( - const jni$_.$JList$Type$( - jni$_.$JObject$NullableType$())); + const jni$_.JListType(jni$_.JObjectNullableType())); } static final _id_addEventProcessor = _class.instanceMethodId( @@ -33770,7 +33612,7 @@ class Scope extends jni$_.JObject { final _$iWithSession = iWithSession.reference; return _withSession(reference.pointer, _id_withSession as jni$_.JMethodIDPtr, _$iWithSession.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_startSession = _class.instanceMethodId( @@ -33795,7 +33637,7 @@ class Scope extends jni$_.JObject { jni$_.JObject? startSession() { return _startSession( reference.pointer, _id_startSession as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_endSession = _class.instanceMethodId( @@ -33819,7 +33661,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? endSession() { return _endSession(reference.pointer, _id_endSession as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_withTransaction = _class.instanceMethodId( @@ -33871,7 +33713,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryOptions getOptions() { return _getOptions(reference.pointer, _id_getOptions as jni$_.JMethodIDPtr) - .object(const $SentryOptions$Type$()); + .object(const $SentryOptions$Type()); } static final _id_getSession = _class.instanceMethodId( @@ -33895,7 +33737,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getSession() { return _getSession(reference.pointer, _id_getSession as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_clearSession = _class.instanceMethodId( @@ -33971,7 +33813,7 @@ class Scope extends jni$_.JObject { jni$_.JObject getPropagationContext() { return _getPropagationContext( reference.pointer, _id_getPropagationContext as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_withPropagationContext = _class.instanceMethodId( @@ -34000,7 +33842,7 @@ class Scope extends jni$_.JObject { reference.pointer, _id_withPropagationContext as jni$_.JMethodIDPtr, _$iWithPropagationContext.pointer) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_clone = _class.instanceMethodId( @@ -34024,7 +33866,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject clone() { return _clone(reference.pointer, _id_clone as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setLastEventId = _class.instanceMethodId( @@ -34075,7 +33917,7 @@ class Scope extends jni$_.JObject { SentryId getLastEventId() { return _getLastEventId( reference.pointer, _id_getLastEventId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_bindClient = _class.instanceMethodId( @@ -34125,7 +33967,7 @@ class Scope extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getClient() { return _getClient(reference.pointer, _id_getClient as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_addFeatureFlag = _class.instanceMethodId( @@ -34184,7 +34026,7 @@ class Scope extends jni$_.JObject { jni$_.JObject? getFeatureFlags() { return _getFeatureFlags( reference.pointer, _id_getFeatureFlags as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getFeatureFlagBuffer = _class.instanceMethodId( @@ -34209,7 +34051,7 @@ class Scope extends jni$_.JObject { jni$_.JObject getFeatureFlagBuffer() { return _getFeatureFlagBuffer( reference.pointer, _id_getFeatureFlagBuffer as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_assignTraceContext = _class.instanceMethodId( @@ -34303,9 +34145,9 @@ class Scope extends jni$_.JObject { } } -final class $Scope$NullableType$ extends jni$_.JType { +final class $Scope$NullableType extends jni$_.JObjType { @jni$_.internal - const $Scope$NullableType$(); + const $Scope$NullableType(); @jni$_.internal @core$_.override @@ -34320,29 +34162,29 @@ final class $Scope$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$NullableType$).hashCode; + int get hashCode => ($Scope$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Scope$NullableType$) && - other is $Scope$NullableType$; + return other.runtimeType == ($Scope$NullableType) && + other is $Scope$NullableType; } } -final class $Scope$Type$ extends jni$_.JType { +final class $Scope$Type extends jni$_.JObjType { @jni$_.internal - const $Scope$Type$(); + const $Scope$Type(); @jni$_.internal @core$_.override @@ -34355,22 +34197,22 @@ final class $Scope$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Scope$NullableType$(); + jni$_.JObjType get nullableType => const $Scope$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Scope$Type$).hashCode; + int get hashCode => ($Scope$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Scope$Type$) && other is $Scope$Type$; + return other.runtimeType == ($Scope$Type) && other is $Scope$Type; } } @@ -34378,7 +34220,7 @@ final class $Scope$Type$ extends jni$_.JType { class ScopeCallback extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal ScopeCallback.fromReference( @@ -34389,11 +34231,8 @@ class ScopeCallback extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/ScopeCallback'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $ScopeCallback$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $ScopeCallback$Type$(); + static const nullableType = $ScopeCallback$NullableType(); + static const type = $ScopeCallback$Type(); static final _id_run = _class.instanceMethodId( r'run', r'(Lio/sentry/IScope;)V', @@ -34451,7 +34290,7 @@ class ScopeCallback extends jni$_.JObject { final $a = $i.args; if ($d == r'run(Lio/sentry/IScope;)V') { _$impls[$p]!.run( - $a![0]!.as(const jni$_.$JObject$Type$(), releaseOriginal: true), + $a![0]!.as(const jni$_.JObjectType(), releaseOriginal: true), ); return jni$_.nullptr; } @@ -34523,9 +34362,9 @@ final class _$ScopeCallback with $ScopeCallback { } } -final class $ScopeCallback$NullableType$ extends jni$_.JType { +final class $ScopeCallback$NullableType extends jni$_.JObjType { @jni$_.internal - const $ScopeCallback$NullableType$(); + const $ScopeCallback$NullableType(); @jni$_.internal @core$_.override @@ -34540,29 +34379,29 @@ final class $ScopeCallback$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScopeCallback$NullableType$).hashCode; + int get hashCode => ($ScopeCallback$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScopeCallback$NullableType$) && - other is $ScopeCallback$NullableType$; + return other.runtimeType == ($ScopeCallback$NullableType) && + other is $ScopeCallback$NullableType; } } -final class $ScopeCallback$Type$ extends jni$_.JType { +final class $ScopeCallback$Type extends jni$_.JObjType { @jni$_.internal - const $ScopeCallback$Type$(); + const $ScopeCallback$Type(); @jni$_.internal @core$_.override @@ -34576,24 +34415,24 @@ final class $ScopeCallback$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $ScopeCallback$NullableType$(); + jni$_.JObjType get nullableType => + const $ScopeCallback$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($ScopeCallback$Type$).hashCode; + int get hashCode => ($ScopeCallback$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($ScopeCallback$Type$) && - other is $ScopeCallback$Type$; + return other.runtimeType == ($ScopeCallback$Type) && + other is $ScopeCallback$Type; } } @@ -34601,7 +34440,7 @@ final class $ScopeCallback$Type$ extends jni$_.JType { class User$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal User$Deserializer.fromReference( @@ -34613,11 +34452,8 @@ class User$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/User$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $User$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $User$Deserializer$Type$(); + static const nullableType = $User$Deserializer$NullableType(); + static const type = $User$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -34677,14 +34513,14 @@ class User$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $User$Type$()); + .object(const $User$Type()); } } -final class $User$Deserializer$NullableType$ - extends jni$_.JType { +final class $User$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $User$Deserializer$NullableType$(); + const $User$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -34700,29 +34536,29 @@ final class $User$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$Deserializer$NullableType$).hashCode; + int get hashCode => ($User$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$Deserializer$NullableType$) && - other is $User$Deserializer$NullableType$; + return other.runtimeType == ($User$Deserializer$NullableType) && + other is $User$Deserializer$NullableType; } } -final class $User$Deserializer$Type$ extends jni$_.JType { +final class $User$Deserializer$Type extends jni$_.JObjType { @jni$_.internal - const $User$Deserializer$Type$(); + const $User$Deserializer$Type(); @jni$_.internal @core$_.override @@ -34736,24 +34572,24 @@ final class $User$Deserializer$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $User$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $User$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$Deserializer$Type$).hashCode; + int get hashCode => ($User$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$Deserializer$Type$) && - other is $User$Deserializer$Type$; + return other.runtimeType == ($User$Deserializer$Type) && + other is $User$Deserializer$Type; } } @@ -34761,7 +34597,7 @@ final class $User$Deserializer$Type$ extends jni$_.JType { class User$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal User$JsonKeys.fromReference( @@ -34773,11 +34609,8 @@ class User$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/User$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $User$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $User$JsonKeys$Type$(); + static const nullableType = $User$JsonKeys$NullableType(); + static const type = $User$JsonKeys$Type(); static final _id_EMAIL = _class.staticFieldId( r'EMAIL', r'Ljava/lang/String;', @@ -34786,7 +34619,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String EMAIL` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EMAIL => - _id_EMAIL.get(_class, const jni$_.$JString$NullableType$()); + _id_EMAIL.get(_class, const jni$_.JStringNullableType()); static final _id_ID = _class.staticFieldId( r'ID', @@ -34796,7 +34629,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String ID` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ID => - _id_ID.get(_class, const jni$_.$JString$NullableType$()); + _id_ID.get(_class, const jni$_.JStringNullableType()); static final _id_USERNAME = _class.staticFieldId( r'USERNAME', @@ -34806,7 +34639,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String USERNAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get USERNAME => - _id_USERNAME.get(_class, const jni$_.$JString$NullableType$()); + _id_USERNAME.get(_class, const jni$_.JStringNullableType()); static final _id_IP_ADDRESS = _class.staticFieldId( r'IP_ADDRESS', @@ -34816,7 +34649,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String IP_ADDRESS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get IP_ADDRESS => - _id_IP_ADDRESS.get(_class, const jni$_.$JString$NullableType$()); + _id_IP_ADDRESS.get(_class, const jni$_.JStringNullableType()); static final _id_NAME = _class.staticFieldId( r'NAME', @@ -34826,7 +34659,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get NAME => - _id_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_GEO = _class.staticFieldId( r'GEO', @@ -34836,7 +34669,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String GEO` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get GEO => - _id_GEO.get(_class, const jni$_.$JString$NullableType$()); + _id_GEO.get(_class, const jni$_.JStringNullableType()); static final _id_DATA = _class.staticFieldId( r'DATA', @@ -34846,7 +34679,7 @@ class User$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String DATA` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DATA => - _id_DATA.get(_class, const jni$_.$JString$NullableType$()); + _id_DATA.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -34873,9 +34706,9 @@ class User$JsonKeys extends jni$_.JObject { } } -final class $User$JsonKeys$NullableType$ extends jni$_.JType { +final class $User$JsonKeys$NullableType extends jni$_.JObjType { @jni$_.internal - const $User$JsonKeys$NullableType$(); + const $User$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -34890,29 +34723,29 @@ final class $User$JsonKeys$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$JsonKeys$NullableType$).hashCode; + int get hashCode => ($User$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$JsonKeys$NullableType$) && - other is $User$JsonKeys$NullableType$; + return other.runtimeType == ($User$JsonKeys$NullableType) && + other is $User$JsonKeys$NullableType; } } -final class $User$JsonKeys$Type$ extends jni$_.JType { +final class $User$JsonKeys$Type extends jni$_.JObjType { @jni$_.internal - const $User$JsonKeys$Type$(); + const $User$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -34926,24 +34759,24 @@ final class $User$JsonKeys$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $User$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $User$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$JsonKeys$Type$).hashCode; + int get hashCode => ($User$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$JsonKeys$Type$) && - other is $User$JsonKeys$Type$; + return other.runtimeType == ($User$JsonKeys$Type) && + other is $User$JsonKeys$Type; } } @@ -34951,7 +34784,7 @@ final class $User$JsonKeys$Type$ extends jni$_.JType { class User extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal User.fromReference( @@ -34962,10 +34795,8 @@ class User extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/protocol/User'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $User$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $User$Type$(); + static const nullableType = $User$NullableType(); + static const type = $User$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -35048,7 +34879,7 @@ class User extends jni$_.JObject { final _$sentryOptions = sentryOptions.reference; return _fromMap(_class.reference.pointer, _id_fromMap as jni$_.JMethodIDPtr, _$map.pointer, _$sentryOptions.pointer) - .object(const $User$NullableType$()); + .object(const $User$NullableType()); } static final _id_getEmail = _class.instanceMethodId( @@ -35072,7 +34903,7 @@ class User extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getEmail() { return _getEmail(reference.pointer, _id_getEmail as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setEmail = _class.instanceMethodId( @@ -35122,7 +34953,7 @@ class User extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getId() { return _getId(reference.pointer, _id_getId as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setId = _class.instanceMethodId( @@ -35172,7 +35003,7 @@ class User extends jni$_.JObject { jni$_.JString? getUsername() { return _getUsername( reference.pointer, _id_getUsername as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setUsername = _class.instanceMethodId( @@ -35223,7 +35054,7 @@ class User extends jni$_.JObject { jni$_.JString? getIpAddress() { return _getIpAddress( reference.pointer, _id_getIpAddress as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setIpAddress = _class.instanceMethodId( @@ -35273,7 +35104,7 @@ class User extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? getName() { return _getName(reference.pointer, _id_getName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_setName = _class.instanceMethodId( @@ -35323,7 +35154,7 @@ class User extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getGeo() { return _getGeo(reference.pointer, _id_getGeo as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_setGeo = _class.instanceMethodId( @@ -35373,8 +35204,8 @@ class User extends jni$_.JObject { jni$_.JMap? getData() { return _getData(reference.pointer, _id_getData as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), jni$_.$JString$Type$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JStringType())); } static final _id_setData = _class.instanceMethodId( @@ -35474,9 +35305,8 @@ class User extends jni$_.JObject { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -35540,9 +35370,9 @@ class User extends jni$_.JObject { } } -final class $User$NullableType$ extends jni$_.JType { +final class $User$NullableType extends jni$_.JObjType { @jni$_.internal - const $User$NullableType$(); + const $User$NullableType(); @jni$_.internal @core$_.override @@ -35557,29 +35387,29 @@ final class $User$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$NullableType$).hashCode; + int get hashCode => ($User$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$NullableType$) && - other is $User$NullableType$; + return other.runtimeType == ($User$NullableType) && + other is $User$NullableType; } } -final class $User$Type$ extends jni$_.JType { +final class $User$Type extends jni$_.JObjType { @jni$_.internal - const $User$Type$(); + const $User$Type(); @jni$_.internal @core$_.override @@ -35592,22 +35422,22 @@ final class $User$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $User$NullableType$(); + jni$_.JObjType get nullableType => const $User$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($User$Type$).hashCode; + int get hashCode => ($User$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($User$Type$) && other is $User$Type$; + return other.runtimeType == ($User$Type) && other is $User$Type; } } @@ -35615,7 +35445,7 @@ final class $User$Type$ extends jni$_.JType { class SentryId$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryId$Deserializer.fromReference( @@ -35627,12 +35457,8 @@ class SentryId$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SentryId$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryId$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryId$Deserializer$Type$(); + static const nullableType = $SentryId$Deserializer$NullableType(); + static const type = $SentryId$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -35692,14 +35518,14 @@ class SentryId$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } } -final class $SentryId$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryId$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryId$Deserializer$NullableType$(); + const $SentryId$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -35715,30 +35541,30 @@ final class $SentryId$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryId$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryId$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryId$Deserializer$NullableType$) && - other is $SentryId$Deserializer$NullableType$; + return other.runtimeType == ($SentryId$Deserializer$NullableType) && + other is $SentryId$Deserializer$NullableType; } } -final class $SentryId$Deserializer$Type$ - extends jni$_.JType { +final class $SentryId$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryId$Deserializer$Type$(); + const $SentryId$Deserializer$Type(); @jni$_.internal @core$_.override @@ -35752,24 +35578,24 @@ final class $SentryId$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryId$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryId$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryId$Deserializer$Type$).hashCode; + int get hashCode => ($SentryId$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryId$Deserializer$Type$) && - other is $SentryId$Deserializer$Type$; + return other.runtimeType == ($SentryId$Deserializer$Type) && + other is $SentryId$Deserializer$Type; } } @@ -35777,7 +35603,7 @@ final class $SentryId$Deserializer$Type$ class SentryId extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryId.fromReference( @@ -35788,10 +35614,8 @@ class SentryId extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/protocol/SentryId'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $SentryId$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryId$Type$(); + static const nullableType = $SentryId$NullableType(); + static const type = $SentryId$Type(); static final _id_EMPTY_ID = _class.staticFieldId( r'EMPTY_ID', r'Lio/sentry/protocol/SentryId;', @@ -35800,7 +35624,7 @@ class SentryId extends jni$_.JObject { /// from: `static public final io.sentry.protocol.SentryId EMPTY_ID` /// The returned object must be released after use, by calling the [release] method. static SentryId? get EMPTY_ID => - _id_EMPTY_ID.get(_class, const $SentryId$NullableType$()); + _id_EMPTY_ID.get(_class, const $SentryId$NullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -35899,7 +35723,7 @@ class SentryId extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? toString$1() { return _toString$1(reference.pointer, _id_toString$1 as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_equals = _class.instanceMethodId( @@ -35986,9 +35810,9 @@ class SentryId extends jni$_.JObject { } } -final class $SentryId$NullableType$ extends jni$_.JType { +final class $SentryId$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryId$NullableType$(); + const $SentryId$NullableType(); @jni$_.internal @core$_.override @@ -36003,29 +35827,29 @@ final class $SentryId$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryId$NullableType$).hashCode; + int get hashCode => ($SentryId$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryId$NullableType$) && - other is $SentryId$NullableType$; + return other.runtimeType == ($SentryId$NullableType) && + other is $SentryId$NullableType; } } -final class $SentryId$Type$ extends jni$_.JType { +final class $SentryId$Type extends jni$_.JObjType { @jni$_.internal - const $SentryId$Type$(); + const $SentryId$Type(); @jni$_.internal @core$_.override @@ -36038,22 +35862,22 @@ final class $SentryId$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $SentryId$NullableType$(); + jni$_.JObjType get nullableType => const $SentryId$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryId$Type$).hashCode; + int get hashCode => ($SentryId$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryId$Type$) && other is $SentryId$Type$; + return other.runtimeType == ($SentryId$Type) && other is $SentryId$Type; } } @@ -36061,7 +35885,7 @@ final class $SentryId$Type$ extends jni$_.JType { class SdkVersion$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SdkVersion$Deserializer.fromReference( @@ -36073,12 +35897,8 @@ class SdkVersion$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SdkVersion$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SdkVersion$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SdkVersion$Deserializer$Type$(); + static const nullableType = $SdkVersion$Deserializer$NullableType(); + static const type = $SdkVersion$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -36138,14 +35958,14 @@ class SdkVersion$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SdkVersion$Type$()); + .object(const $SdkVersion$Type()); } } -final class $SdkVersion$Deserializer$NullableType$ - extends jni$_.JType { +final class $SdkVersion$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$Deserializer$NullableType$(); + const $SdkVersion$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -36161,30 +35981,30 @@ final class $SdkVersion$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$Deserializer$NullableType$).hashCode; + int get hashCode => ($SdkVersion$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$Deserializer$NullableType$) && - other is $SdkVersion$Deserializer$NullableType$; + return other.runtimeType == ($SdkVersion$Deserializer$NullableType) && + other is $SdkVersion$Deserializer$NullableType; } } -final class $SdkVersion$Deserializer$Type$ - extends jni$_.JType { +final class $SdkVersion$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$Deserializer$Type$(); + const $SdkVersion$Deserializer$Type(); @jni$_.internal @core$_.override @@ -36198,24 +36018,24 @@ final class $SdkVersion$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SdkVersion$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SdkVersion$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$Deserializer$Type$).hashCode; + int get hashCode => ($SdkVersion$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$Deserializer$Type$) && - other is $SdkVersion$Deserializer$Type$; + return other.runtimeType == ($SdkVersion$Deserializer$Type) && + other is $SdkVersion$Deserializer$Type; } } @@ -36223,7 +36043,7 @@ final class $SdkVersion$Deserializer$Type$ class SdkVersion$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SdkVersion$JsonKeys.fromReference( @@ -36235,12 +36055,8 @@ class SdkVersion$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SdkVersion$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SdkVersion$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SdkVersion$JsonKeys$Type$(); + static const nullableType = $SdkVersion$JsonKeys$NullableType(); + static const type = $SdkVersion$JsonKeys$Type(); static final _id_NAME = _class.staticFieldId( r'NAME', r'Ljava/lang/String;', @@ -36249,7 +36065,7 @@ class SdkVersion$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get NAME => - _id_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_VERSION = _class.staticFieldId( r'VERSION', @@ -36259,7 +36075,7 @@ class SdkVersion$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String VERSION` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get VERSION => - _id_VERSION.get(_class, const jni$_.$JString$NullableType$()); + _id_VERSION.get(_class, const jni$_.JStringNullableType()); static final _id_PACKAGES = _class.staticFieldId( r'PACKAGES', @@ -36269,7 +36085,7 @@ class SdkVersion$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String PACKAGES` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PACKAGES => - _id_PACKAGES.get(_class, const jni$_.$JString$NullableType$()); + _id_PACKAGES.get(_class, const jni$_.JStringNullableType()); static final _id_INTEGRATIONS = _class.staticFieldId( r'INTEGRATIONS', @@ -36279,7 +36095,7 @@ class SdkVersion$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String INTEGRATIONS` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get INTEGRATIONS => - _id_INTEGRATIONS.get(_class, const jni$_.$JString$NullableType$()); + _id_INTEGRATIONS.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -36306,10 +36122,10 @@ class SdkVersion$JsonKeys extends jni$_.JObject { } } -final class $SdkVersion$JsonKeys$NullableType$ - extends jni$_.JType { +final class $SdkVersion$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$JsonKeys$NullableType$(); + const $SdkVersion$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -36325,30 +36141,30 @@ final class $SdkVersion$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$JsonKeys$NullableType$).hashCode; + int get hashCode => ($SdkVersion$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$JsonKeys$NullableType$) && - other is $SdkVersion$JsonKeys$NullableType$; + return other.runtimeType == ($SdkVersion$JsonKeys$NullableType) && + other is $SdkVersion$JsonKeys$NullableType; } } -final class $SdkVersion$JsonKeys$Type$ - extends jni$_.JType { +final class $SdkVersion$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$JsonKeys$Type$(); + const $SdkVersion$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -36362,24 +36178,24 @@ final class $SdkVersion$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SdkVersion$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $SdkVersion$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$JsonKeys$Type$).hashCode; + int get hashCode => ($SdkVersion$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$JsonKeys$Type$) && - other is $SdkVersion$JsonKeys$Type$; + return other.runtimeType == ($SdkVersion$JsonKeys$Type) && + other is $SdkVersion$JsonKeys$Type; } } @@ -36387,7 +36203,7 @@ final class $SdkVersion$JsonKeys$Type$ class SdkVersion extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SdkVersion.fromReference( @@ -36398,11 +36214,8 @@ class SdkVersion extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/protocol/SdkVersion'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SdkVersion$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SdkVersion$Type$(); + static const nullableType = $SdkVersion$NullableType(); + static const type = $SdkVersion$Type(); static final _id_new$ = _class.constructorId( r'(Ljava/lang/String;Ljava/lang/String;)V', ); @@ -36458,7 +36271,7 @@ class SdkVersion extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getVersion() { return _getVersion(reference.pointer, _id_getVersion as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setVersion = _class.instanceMethodId( @@ -36508,7 +36321,7 @@ class SdkVersion extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getName() { return _getName(reference.pointer, _id_getName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setName = _class.instanceMethodId( @@ -36620,8 +36433,8 @@ class SdkVersion extends jni$_.JObject { return _getPackageSet( reference.pointer, _id_getPackageSet as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - $SentryPackage$NullableType$())); + const jni$_.JSetType( + $SentryPackage$NullableType())); } static final _id_getIntegrationSet = _class.instanceMethodId( @@ -36647,8 +36460,7 @@ class SdkVersion extends jni$_.JObject { return _getIntegrationSet( reference.pointer, _id_getIntegrationSet as jni$_.JMethodIDPtr) .object>( - const jni$_.$JSet$Type$( - jni$_.$JString$NullableType$())); + const jni$_.JSetType(jni$_.JStringNullableType())); } static final _id_updateSdkVersion = _class.staticMethodId( @@ -36691,7 +36503,7 @@ class SdkVersion extends jni$_.JObject { _$sdkVersion.pointer, _$string.pointer, _$string1.pointer) - .object(const $SdkVersion$Type$()); + .object(const $SdkVersion$Type()); } static final _id_equals = _class.instanceMethodId( @@ -36765,9 +36577,8 @@ class SdkVersion extends jni$_.JObject { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -36831,9 +36642,9 @@ class SdkVersion extends jni$_.JObject { } } -final class $SdkVersion$NullableType$ extends jni$_.JType { +final class $SdkVersion$NullableType extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$NullableType$(); + const $SdkVersion$NullableType(); @jni$_.internal @core$_.override @@ -36848,29 +36659,29 @@ final class $SdkVersion$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$NullableType$).hashCode; + int get hashCode => ($SdkVersion$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$NullableType$) && - other is $SdkVersion$NullableType$; + return other.runtimeType == ($SdkVersion$NullableType) && + other is $SdkVersion$NullableType; } } -final class $SdkVersion$Type$ extends jni$_.JType { +final class $SdkVersion$Type extends jni$_.JObjType { @jni$_.internal - const $SdkVersion$Type$(); + const $SdkVersion$Type(); @jni$_.internal @core$_.override @@ -36884,24 +36695,23 @@ final class $SdkVersion$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SdkVersion$NullableType$(); + jni$_.JObjType get nullableType => + const $SdkVersion$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SdkVersion$Type$).hashCode; + int get hashCode => ($SdkVersion$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SdkVersion$Type$) && - other is $SdkVersion$Type$; + return other.runtimeType == ($SdkVersion$Type) && other is $SdkVersion$Type; } } @@ -36909,7 +36719,7 @@ final class $SdkVersion$Type$ extends jni$_.JType { class SentryPackage$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryPackage$Deserializer.fromReference( @@ -36921,12 +36731,8 @@ class SentryPackage$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SentryPackage$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryPackage$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryPackage$Deserializer$Type$(); + static const nullableType = $SentryPackage$Deserializer$NullableType(); + static const type = $SentryPackage$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -36986,14 +36792,14 @@ class SentryPackage$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $SentryPackage$Type$()); + .object(const $SentryPackage$Type()); } } -final class $SentryPackage$Deserializer$NullableType$ - extends jni$_.JType { +final class $SentryPackage$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$Deserializer$NullableType$(); + const $SentryPackage$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -37009,30 +36815,30 @@ final class $SentryPackage$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$Deserializer$NullableType$).hashCode; + int get hashCode => ($SentryPackage$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$Deserializer$NullableType$) && - other is $SentryPackage$Deserializer$NullableType$; + return other.runtimeType == ($SentryPackage$Deserializer$NullableType) && + other is $SentryPackage$Deserializer$NullableType; } } -final class $SentryPackage$Deserializer$Type$ - extends jni$_.JType { +final class $SentryPackage$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$Deserializer$Type$(); + const $SentryPackage$Deserializer$Type(); @jni$_.internal @core$_.override @@ -37046,24 +36852,24 @@ final class $SentryPackage$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryPackage$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryPackage$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$Deserializer$Type$).hashCode; + int get hashCode => ($SentryPackage$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$Deserializer$Type$) && - other is $SentryPackage$Deserializer$Type$; + return other.runtimeType == ($SentryPackage$Deserializer$Type) && + other is $SentryPackage$Deserializer$Type; } } @@ -37071,7 +36877,7 @@ final class $SentryPackage$Deserializer$Type$ class SentryPackage$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryPackage$JsonKeys.fromReference( @@ -37083,12 +36889,8 @@ class SentryPackage$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SentryPackage$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryPackage$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $SentryPackage$JsonKeys$Type$(); + static const nullableType = $SentryPackage$JsonKeys$NullableType(); + static const type = $SentryPackage$JsonKeys$Type(); static final _id_NAME = _class.staticFieldId( r'NAME', r'Ljava/lang/String;', @@ -37097,7 +36899,7 @@ class SentryPackage$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String NAME` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get NAME => - _id_NAME.get(_class, const jni$_.$JString$NullableType$()); + _id_NAME.get(_class, const jni$_.JStringNullableType()); static final _id_VERSION = _class.staticFieldId( r'VERSION', @@ -37107,7 +36909,7 @@ class SentryPackage$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String VERSION` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get VERSION => - _id_VERSION.get(_class, const jni$_.$JString$NullableType$()); + _id_VERSION.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -37134,10 +36936,10 @@ class SentryPackage$JsonKeys extends jni$_.JObject { } } -final class $SentryPackage$JsonKeys$NullableType$ - extends jni$_.JType { +final class $SentryPackage$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$JsonKeys$NullableType$(); + const $SentryPackage$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -37153,30 +36955,30 @@ final class $SentryPackage$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$JsonKeys$NullableType$).hashCode; + int get hashCode => ($SentryPackage$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$JsonKeys$NullableType$) && - other is $SentryPackage$JsonKeys$NullableType$; + return other.runtimeType == ($SentryPackage$JsonKeys$NullableType) && + other is $SentryPackage$JsonKeys$NullableType; } } -final class $SentryPackage$JsonKeys$Type$ - extends jni$_.JType { +final class $SentryPackage$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$JsonKeys$Type$(); + const $SentryPackage$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -37190,24 +36992,24 @@ final class $SentryPackage$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryPackage$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryPackage$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$JsonKeys$Type$).hashCode; + int get hashCode => ($SentryPackage$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$JsonKeys$Type$) && - other is $SentryPackage$JsonKeys$Type$; + return other.runtimeType == ($SentryPackage$JsonKeys$Type) && + other is $SentryPackage$JsonKeys$Type; } } @@ -37215,7 +37017,7 @@ final class $SentryPackage$JsonKeys$Type$ class SentryPackage extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryPackage.fromReference( @@ -37227,11 +37029,8 @@ class SentryPackage extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/protocol/SentryPackage'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryPackage$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryPackage$Type$(); + static const nullableType = $SentryPackage$NullableType(); + static const type = $SentryPackage$Type(); static final _id_new$ = _class.constructorId( r'(Ljava/lang/String;Ljava/lang/String;)V', ); @@ -37287,7 +37086,7 @@ class SentryPackage extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getName() { return _getName(reference.pointer, _id_getName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setName = _class.instanceMethodId( @@ -37337,7 +37136,7 @@ class SentryPackage extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getVersion() { return _getVersion(reference.pointer, _id_getVersion as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setVersion = _class.instanceMethodId( @@ -37437,9 +37236,8 @@ class SentryPackage extends jni$_.JObject { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -37503,9 +37301,9 @@ class SentryPackage extends jni$_.JObject { } } -final class $SentryPackage$NullableType$ extends jni$_.JType { +final class $SentryPackage$NullableType extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$NullableType$(); + const $SentryPackage$NullableType(); @jni$_.internal @core$_.override @@ -37520,29 +37318,29 @@ final class $SentryPackage$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$NullableType$).hashCode; + int get hashCode => ($SentryPackage$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$NullableType$) && - other is $SentryPackage$NullableType$; + return other.runtimeType == ($SentryPackage$NullableType) && + other is $SentryPackage$NullableType; } } -final class $SentryPackage$Type$ extends jni$_.JType { +final class $SentryPackage$Type extends jni$_.JObjType { @jni$_.internal - const $SentryPackage$Type$(); + const $SentryPackage$Type(); @jni$_.internal @core$_.override @@ -37556,24 +37354,24 @@ final class $SentryPackage$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryPackage$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryPackage$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryPackage$Type$).hashCode; + int get hashCode => ($SentryPackage$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryPackage$Type$) && - other is $SentryPackage$Type$; + return other.runtimeType == ($SentryPackage$Type) && + other is $SentryPackage$Type; } } @@ -37581,7 +37379,7 @@ final class $SentryPackage$Type$ extends jni$_.JType { class RRWebOptionsEvent$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebOptionsEvent$Deserializer.fromReference( @@ -37593,12 +37391,8 @@ class RRWebOptionsEvent$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebOptionsEvent$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebOptionsEvent$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $RRWebOptionsEvent$Deserializer$Type$(); + static const nullableType = $RRWebOptionsEvent$Deserializer$NullableType(); + static const type = $RRWebOptionsEvent$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -37658,14 +37452,14 @@ class RRWebOptionsEvent$Deserializer extends jni$_.JObject { _id_deserialize as jni$_.JMethodIDPtr, _$objectReader.pointer, _$iLogger.pointer) - .object(const $RRWebOptionsEvent$Type$()); + .object(const $RRWebOptionsEvent$Type()); } } -final class $RRWebOptionsEvent$Deserializer$NullableType$ - extends jni$_.JType { +final class $RRWebOptionsEvent$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$Deserializer$NullableType$(); + const $RRWebOptionsEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -37681,31 +37475,31 @@ final class $RRWebOptionsEvent$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebOptionsEvent$Deserializer$NullableType$).hashCode; + int get hashCode => ($RRWebOptionsEvent$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { return other.runtimeType == - ($RRWebOptionsEvent$Deserializer$NullableType$) && - other is $RRWebOptionsEvent$Deserializer$NullableType$; + ($RRWebOptionsEvent$Deserializer$NullableType) && + other is $RRWebOptionsEvent$Deserializer$NullableType; } } -final class $RRWebOptionsEvent$Deserializer$Type$ - extends jni$_.JType { +final class $RRWebOptionsEvent$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$Deserializer$Type$(); + const $RRWebOptionsEvent$Deserializer$Type(); @jni$_.internal @core$_.override @@ -37719,24 +37513,24 @@ final class $RRWebOptionsEvent$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebOptionsEvent$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebOptionsEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebOptionsEvent$Deserializer$Type$).hashCode; + int get hashCode => ($RRWebOptionsEvent$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebOptionsEvent$Deserializer$Type$) && - other is $RRWebOptionsEvent$Deserializer$Type$; + return other.runtimeType == ($RRWebOptionsEvent$Deserializer$Type) && + other is $RRWebOptionsEvent$Deserializer$Type; } } @@ -37744,7 +37538,7 @@ final class $RRWebOptionsEvent$Deserializer$Type$ class RRWebOptionsEvent$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebOptionsEvent$JsonKeys.fromReference( @@ -37756,12 +37550,8 @@ class RRWebOptionsEvent$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebOptionsEvent$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebOptionsEvent$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $RRWebOptionsEvent$JsonKeys$Type$(); + static const nullableType = $RRWebOptionsEvent$JsonKeys$NullableType(); + static const type = $RRWebOptionsEvent$JsonKeys$Type(); static final _id_DATA = _class.staticFieldId( r'DATA', r'Ljava/lang/String;', @@ -37770,7 +37560,7 @@ class RRWebOptionsEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String DATA` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DATA => - _id_DATA.get(_class, const jni$_.$JString$NullableType$()); + _id_DATA.get(_class, const jni$_.JStringNullableType()); static final _id_PAYLOAD = _class.staticFieldId( r'PAYLOAD', @@ -37780,7 +37570,7 @@ class RRWebOptionsEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String PAYLOAD` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PAYLOAD => - _id_PAYLOAD.get(_class, const jni$_.$JString$NullableType$()); + _id_PAYLOAD.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -37807,10 +37597,10 @@ class RRWebOptionsEvent$JsonKeys extends jni$_.JObject { } } -final class $RRWebOptionsEvent$JsonKeys$NullableType$ - extends jni$_.JType { +final class $RRWebOptionsEvent$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$JsonKeys$NullableType$(); + const $RRWebOptionsEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -37826,30 +37616,30 @@ final class $RRWebOptionsEvent$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebOptionsEvent$JsonKeys$NullableType$).hashCode; + int get hashCode => ($RRWebOptionsEvent$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebOptionsEvent$JsonKeys$NullableType$) && - other is $RRWebOptionsEvent$JsonKeys$NullableType$; + return other.runtimeType == ($RRWebOptionsEvent$JsonKeys$NullableType) && + other is $RRWebOptionsEvent$JsonKeys$NullableType; } } -final class $RRWebOptionsEvent$JsonKeys$Type$ - extends jni$_.JType { +final class $RRWebOptionsEvent$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$JsonKeys$Type$(); + const $RRWebOptionsEvent$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -37863,24 +37653,24 @@ final class $RRWebOptionsEvent$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebOptionsEvent$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebOptionsEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebOptionsEvent$JsonKeys$Type$).hashCode; + int get hashCode => ($RRWebOptionsEvent$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebOptionsEvent$JsonKeys$Type$) && - other is $RRWebOptionsEvent$JsonKeys$Type$; + return other.runtimeType == ($RRWebOptionsEvent$JsonKeys$Type) && + other is $RRWebOptionsEvent$JsonKeys$Type; } } @@ -37888,7 +37678,7 @@ final class $RRWebOptionsEvent$JsonKeys$Type$ class RRWebOptionsEvent extends RRWebEvent { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebOptionsEvent.fromReference( @@ -37900,11 +37690,8 @@ class RRWebOptionsEvent extends RRWebEvent { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebOptionsEvent'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebOptionsEvent$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $RRWebOptionsEvent$Type$(); + static const nullableType = $RRWebOptionsEvent$NullableType(); + static const type = $RRWebOptionsEvent$Type(); static final _id_EVENT_TAG = _class.staticFieldId( r'EVENT_TAG', r'Ljava/lang/String;', @@ -37913,7 +37700,7 @@ class RRWebOptionsEvent extends RRWebEvent { /// from: `static public final java.lang.String EVENT_TAG` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EVENT_TAG => - _id_EVENT_TAG.get(_class, const jni$_.$JString$NullableType$()); + _id_EVENT_TAG.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -37986,7 +37773,7 @@ class RRWebOptionsEvent extends RRWebEvent { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getTag() { return _getTag(reference.pointer, _id_getTag as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_setTag = _class.instanceMethodId( @@ -38038,9 +37825,8 @@ class RRWebOptionsEvent extends RRWebEvent { return _getOptionsPayload( reference.pointer, _id_getOptionsPayload as jni$_.JMethodIDPtr) .object>( - const jni$_.$JMap$Type$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setOptionsPayload = _class.instanceMethodId( @@ -38092,9 +37878,8 @@ class RRWebOptionsEvent extends RRWebEvent { return _getDataUnknown( reference.pointer, _id_getDataUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setDataUnknown = _class.instanceMethodId( @@ -38145,9 +37930,8 @@ class RRWebOptionsEvent extends RRWebEvent { jni$_.JMap? getUnknown() { return _getUnknown(reference.pointer, _id_getUnknown as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JMap$NullableType$( - jni$_.$JString$NullableType$(), - jni$_.$JObject$NullableType$())); + const jni$_.JMapNullableType( + jni$_.JStringNullableType(), jni$_.JObjectNullableType())); } static final _id_setUnknown = _class.instanceMethodId( @@ -38211,10 +37995,10 @@ class RRWebOptionsEvent extends RRWebEvent { } } -final class $RRWebOptionsEvent$NullableType$ - extends jni$_.JType { +final class $RRWebOptionsEvent$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$NullableType$(); + const $RRWebOptionsEvent$NullableType(); @jni$_.internal @core$_.override @@ -38230,29 +38014,29 @@ final class $RRWebOptionsEvent$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $RRWebEvent$NullableType$(); + jni$_.JObjType get superType => const $RRWebEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($RRWebOptionsEvent$NullableType$).hashCode; + int get hashCode => ($RRWebOptionsEvent$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebOptionsEvent$NullableType$) && - other is $RRWebOptionsEvent$NullableType$; + return other.runtimeType == ($RRWebOptionsEvent$NullableType) && + other is $RRWebOptionsEvent$NullableType; } } -final class $RRWebOptionsEvent$Type$ extends jni$_.JType { +final class $RRWebOptionsEvent$Type extends jni$_.JObjType { @jni$_.internal - const $RRWebOptionsEvent$Type$(); + const $RRWebOptionsEvent$Type(); @jni$_.internal @core$_.override @@ -38266,24 +38050,24 @@ final class $RRWebOptionsEvent$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const $RRWebEvent$NullableType$(); + jni$_.JObjType get superType => const $RRWebEvent$NullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebOptionsEvent$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebOptionsEvent$NullableType(); @jni$_.internal @core$_.override final superCount = 2; @core$_.override - int get hashCode => ($RRWebOptionsEvent$Type$).hashCode; + int get hashCode => ($RRWebOptionsEvent$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebOptionsEvent$Type$) && - other is $RRWebOptionsEvent$Type$; + return other.runtimeType == ($RRWebOptionsEvent$Type) && + other is $RRWebOptionsEvent$Type; } } @@ -38291,7 +38075,7 @@ final class $RRWebOptionsEvent$Type$ extends jni$_.JType { class RRWebEvent$Deserializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebEvent$Deserializer.fromReference( @@ -38303,12 +38087,8 @@ class RRWebEvent$Deserializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebEvent$Deserializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebEvent$Deserializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $RRWebEvent$Deserializer$Type$(); + static const nullableType = $RRWebEvent$Deserializer$NullableType(); + static const type = $RRWebEvent$Deserializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -38381,10 +38161,10 @@ class RRWebEvent$Deserializer extends jni$_.JObject { } } -final class $RRWebEvent$Deserializer$NullableType$ - extends jni$_.JType { +final class $RRWebEvent$Deserializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$Deserializer$NullableType$(); + const $RRWebEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override @@ -38400,30 +38180,30 @@ final class $RRWebEvent$Deserializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$Deserializer$NullableType$).hashCode; + int get hashCode => ($RRWebEvent$Deserializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$Deserializer$NullableType$) && - other is $RRWebEvent$Deserializer$NullableType$; + return other.runtimeType == ($RRWebEvent$Deserializer$NullableType) && + other is $RRWebEvent$Deserializer$NullableType; } } -final class $RRWebEvent$Deserializer$Type$ - extends jni$_.JType { +final class $RRWebEvent$Deserializer$Type + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$Deserializer$Type$(); + const $RRWebEvent$Deserializer$Type(); @jni$_.internal @core$_.override @@ -38437,24 +38217,24 @@ final class $RRWebEvent$Deserializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebEvent$Deserializer$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebEvent$Deserializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$Deserializer$Type$).hashCode; + int get hashCode => ($RRWebEvent$Deserializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$Deserializer$Type$) && - other is $RRWebEvent$Deserializer$Type$; + return other.runtimeType == ($RRWebEvent$Deserializer$Type) && + other is $RRWebEvent$Deserializer$Type; } } @@ -38462,7 +38242,7 @@ final class $RRWebEvent$Deserializer$Type$ class RRWebEvent$JsonKeys extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebEvent$JsonKeys.fromReference( @@ -38474,12 +38254,8 @@ class RRWebEvent$JsonKeys extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebEvent$JsonKeys'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebEvent$JsonKeys$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $RRWebEvent$JsonKeys$Type$(); + static const nullableType = $RRWebEvent$JsonKeys$NullableType(); + static const type = $RRWebEvent$JsonKeys$Type(); static final _id_TYPE = _class.staticFieldId( r'TYPE', r'Ljava/lang/String;', @@ -38488,7 +38264,7 @@ class RRWebEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TYPE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TYPE => - _id_TYPE.get(_class, const jni$_.$JString$NullableType$()); + _id_TYPE.get(_class, const jni$_.JStringNullableType()); static final _id_TIMESTAMP = _class.staticFieldId( r'TIMESTAMP', @@ -38498,7 +38274,7 @@ class RRWebEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TIMESTAMP` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TIMESTAMP => - _id_TIMESTAMP.get(_class, const jni$_.$JString$NullableType$()); + _id_TIMESTAMP.get(_class, const jni$_.JStringNullableType()); static final _id_TAG = _class.staticFieldId( r'TAG', @@ -38508,7 +38284,7 @@ class RRWebEvent$JsonKeys extends jni$_.JObject { /// from: `static public final java.lang.String TAG` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TAG => - _id_TAG.get(_class, const jni$_.$JString$NullableType$()); + _id_TAG.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'()V', @@ -38535,10 +38311,10 @@ class RRWebEvent$JsonKeys extends jni$_.JObject { } } -final class $RRWebEvent$JsonKeys$NullableType$ - extends jni$_.JType { +final class $RRWebEvent$JsonKeys$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$JsonKeys$NullableType$(); + const $RRWebEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override @@ -38554,30 +38330,30 @@ final class $RRWebEvent$JsonKeys$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$JsonKeys$NullableType$).hashCode; + int get hashCode => ($RRWebEvent$JsonKeys$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$JsonKeys$NullableType$) && - other is $RRWebEvent$JsonKeys$NullableType$; + return other.runtimeType == ($RRWebEvent$JsonKeys$NullableType) && + other is $RRWebEvent$JsonKeys$NullableType; } } -final class $RRWebEvent$JsonKeys$Type$ - extends jni$_.JType { +final class $RRWebEvent$JsonKeys$Type + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$JsonKeys$Type$(); + const $RRWebEvent$JsonKeys$Type(); @jni$_.internal @core$_.override @@ -38591,24 +38367,24 @@ final class $RRWebEvent$JsonKeys$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebEvent$JsonKeys$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebEvent$JsonKeys$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$JsonKeys$Type$).hashCode; + int get hashCode => ($RRWebEvent$JsonKeys$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$JsonKeys$Type$) && - other is $RRWebEvent$JsonKeys$Type$; + return other.runtimeType == ($RRWebEvent$JsonKeys$Type) && + other is $RRWebEvent$JsonKeys$Type; } } @@ -38616,7 +38392,7 @@ final class $RRWebEvent$JsonKeys$Type$ class RRWebEvent$Serializer extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebEvent$Serializer.fromReference( @@ -38628,12 +38404,8 @@ class RRWebEvent$Serializer extends jni$_.JObject { jni$_.JClass.forName(r'io/sentry/rrweb/RRWebEvent$Serializer'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebEvent$Serializer$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $RRWebEvent$Serializer$Type$(); + static const nullableType = $RRWebEvent$Serializer$NullableType(); + static const type = $RRWebEvent$Serializer$Type(); static final _id_new$ = _class.constructorId( r'()V', ); @@ -38697,10 +38469,10 @@ class RRWebEvent$Serializer extends jni$_.JObject { } } -final class $RRWebEvent$Serializer$NullableType$ - extends jni$_.JType { +final class $RRWebEvent$Serializer$NullableType + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$Serializer$NullableType$(); + const $RRWebEvent$Serializer$NullableType(); @jni$_.internal @core$_.override @@ -38716,30 +38488,30 @@ final class $RRWebEvent$Serializer$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$Serializer$NullableType$).hashCode; + int get hashCode => ($RRWebEvent$Serializer$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$Serializer$NullableType$) && - other is $RRWebEvent$Serializer$NullableType$; + return other.runtimeType == ($RRWebEvent$Serializer$NullableType) && + other is $RRWebEvent$Serializer$NullableType; } } -final class $RRWebEvent$Serializer$Type$ - extends jni$_.JType { +final class $RRWebEvent$Serializer$Type + extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$Serializer$Type$(); + const $RRWebEvent$Serializer$Type(); @jni$_.internal @core$_.override @@ -38753,24 +38525,24 @@ final class $RRWebEvent$Serializer$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebEvent$Serializer$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebEvent$Serializer$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$Serializer$Type$).hashCode; + int get hashCode => ($RRWebEvent$Serializer$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$Serializer$Type$) && - other is $RRWebEvent$Serializer$Type$; + return other.runtimeType == ($RRWebEvent$Serializer$Type) && + other is $RRWebEvent$Serializer$Type; } } @@ -38778,7 +38550,7 @@ final class $RRWebEvent$Serializer$Type$ class RRWebEvent extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal RRWebEvent.fromReference( @@ -38789,11 +38561,8 @@ class RRWebEvent extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/rrweb/RRWebEvent'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $RRWebEvent$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $RRWebEvent$Type$(); + static const nullableType = $RRWebEvent$NullableType(); + static const type = $RRWebEvent$Type(); static final _id_getType = _class.instanceMethodId( r'getType', r'()Lio/sentry/rrweb/RRWebEventType;', @@ -38815,7 +38584,7 @@ class RRWebEvent extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getType() { return _getType(reference.pointer, _id_getType as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_setType = _class.instanceMethodId( @@ -38941,9 +38710,9 @@ class RRWebEvent extends jni$_.JObject { } } -final class $RRWebEvent$NullableType$ extends jni$_.JType { +final class $RRWebEvent$NullableType extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$NullableType$(); + const $RRWebEvent$NullableType(); @jni$_.internal @core$_.override @@ -38958,29 +38727,29 @@ final class $RRWebEvent$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$NullableType$).hashCode; + int get hashCode => ($RRWebEvent$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$NullableType$) && - other is $RRWebEvent$NullableType$; + return other.runtimeType == ($RRWebEvent$NullableType) && + other is $RRWebEvent$NullableType; } } -final class $RRWebEvent$Type$ extends jni$_.JType { +final class $RRWebEvent$Type extends jni$_.JObjType { @jni$_.internal - const $RRWebEvent$Type$(); + const $RRWebEvent$Type(); @jni$_.internal @core$_.override @@ -38994,24 +38763,23 @@ final class $RRWebEvent$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $RRWebEvent$NullableType$(); + jni$_.JObjType get nullableType => + const $RRWebEvent$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($RRWebEvent$Type$).hashCode; + int get hashCode => ($RRWebEvent$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($RRWebEvent$Type$) && - other is $RRWebEvent$Type$; + return other.runtimeType == ($RRWebEvent$Type) && other is $RRWebEvent$Type; } } @@ -39019,7 +38787,7 @@ final class $RRWebEvent$Type$ extends jni$_.JType { class SentryTraceHeader extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal SentryTraceHeader.fromReference( @@ -39030,11 +38798,8 @@ class SentryTraceHeader extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'io/sentry/SentryTraceHeader'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $SentryTraceHeader$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $SentryTraceHeader$Type$(); + static const nullableType = $SentryTraceHeader$NullableType(); + static const type = $SentryTraceHeader$Type(); static final _id_SENTRY_TRACE_HEADER = _class.staticFieldId( r'SENTRY_TRACE_HEADER', r'Ljava/lang/String;', @@ -39043,7 +38808,7 @@ class SentryTraceHeader extends jni$_.JObject { /// from: `static public final java.lang.String SENTRY_TRACE_HEADER` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SENTRY_TRACE_HEADER => - _id_SENTRY_TRACE_HEADER.get(_class, const jni$_.$JString$NullableType$()); + _id_SENTRY_TRACE_HEADER.get(_class, const jni$_.JStringNullableType()); static final _id_new$ = _class.constructorId( r'(Lio/sentry/protocol/SentryId;Lio/sentry/SpanId;Ljava/lang/Boolean;)V', @@ -39134,7 +38899,7 @@ class SentryTraceHeader extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getName() { return _getName(reference.pointer, _id_getName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_getValue = _class.instanceMethodId( @@ -39158,7 +38923,7 @@ class SentryTraceHeader extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString getValue() { return _getValue(reference.pointer, _id_getValue as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$Type$()); + .object(const jni$_.JStringType()); } static final _id_getTraceId = _class.instanceMethodId( @@ -39182,7 +38947,7 @@ class SentryTraceHeader extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. SentryId getTraceId() { return _getTraceId(reference.pointer, _id_getTraceId as jni$_.JMethodIDPtr) - .object(const $SentryId$Type$()); + .object(const $SentryId$Type()); } static final _id_getSpanId = _class.instanceMethodId( @@ -39206,7 +38971,7 @@ class SentryTraceHeader extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject getSpanId() { return _getSpanId(reference.pointer, _id_getSpanId as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$Type$()); + .object(const jni$_.JObjectType()); } static final _id_isSampled = _class.instanceMethodId( @@ -39230,14 +38995,14 @@ class SentryTraceHeader extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JBoolean? isSampled() { return _isSampled(reference.pointer, _id_isSampled as jni$_.JMethodIDPtr) - .object(const jni$_.$JBoolean$NullableType$()); + .object(const jni$_.JBooleanNullableType()); } } -final class $SentryTraceHeader$NullableType$ - extends jni$_.JType { +final class $SentryTraceHeader$NullableType + extends jni$_.JObjType { @jni$_.internal - const $SentryTraceHeader$NullableType$(); + const $SentryTraceHeader$NullableType(); @jni$_.internal @core$_.override @@ -39253,29 +39018,29 @@ final class $SentryTraceHeader$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryTraceHeader$NullableType$).hashCode; + int get hashCode => ($SentryTraceHeader$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryTraceHeader$NullableType$) && - other is $SentryTraceHeader$NullableType$; + return other.runtimeType == ($SentryTraceHeader$NullableType) && + other is $SentryTraceHeader$NullableType; } } -final class $SentryTraceHeader$Type$ extends jni$_.JType { +final class $SentryTraceHeader$Type extends jni$_.JObjType { @jni$_.internal - const $SentryTraceHeader$Type$(); + const $SentryTraceHeader$Type(); @jni$_.internal @core$_.override @@ -39289,24 +39054,24 @@ final class $SentryTraceHeader$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $SentryTraceHeader$NullableType$(); + jni$_.JObjType get nullableType => + const $SentryTraceHeader$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($SentryTraceHeader$Type$).hashCode; + int get hashCode => ($SentryTraceHeader$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($SentryTraceHeader$Type$) && - other is $SentryTraceHeader$Type$; + return other.runtimeType == ($SentryTraceHeader$Type) && + other is $SentryTraceHeader$Type; } } @@ -39314,7 +39079,7 @@ final class $SentryTraceHeader$Type$ extends jni$_.JType { class Proxy$Type extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Proxy$Type.fromReference( @@ -39325,11 +39090,8 @@ class Proxy$Type extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'java/net/Proxy$Type'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Proxy$Type$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Proxy$Type$Type$(); + static const nullableType = $Proxy$Type$NullableType(); + static const type = $Proxy$Type$Type(); static final _id_DIRECT = _class.staticFieldId( r'DIRECT', r'Ljava/net/Proxy$Type;', @@ -39338,7 +39100,7 @@ class Proxy$Type extends jni$_.JObject { /// from: `static public final java.net.Proxy$Type DIRECT` /// The returned object must be released after use, by calling the [release] method. static Proxy$Type get DIRECT => - _id_DIRECT.get(_class, const $Proxy$Type$Type$()); + _id_DIRECT.get(_class, const $Proxy$Type$Type()); static final _id_HTTP = _class.staticFieldId( r'HTTP', @@ -39347,7 +39109,7 @@ class Proxy$Type extends jni$_.JObject { /// from: `static public final java.net.Proxy$Type HTTP` /// The returned object must be released after use, by calling the [release] method. - static Proxy$Type get HTTP => _id_HTTP.get(_class, const $Proxy$Type$Type$()); + static Proxy$Type get HTTP => _id_HTTP.get(_class, const $Proxy$Type$Type()); static final _id_SOCKS = _class.staticFieldId( r'SOCKS', @@ -39357,7 +39119,7 @@ class Proxy$Type extends jni$_.JObject { /// from: `static public final java.net.Proxy$Type SOCKS` /// The returned object must be released after use, by calling the [release] method. static Proxy$Type get SOCKS => - _id_SOCKS.get(_class, const $Proxy$Type$Type$()); + _id_SOCKS.get(_class, const $Proxy$Type$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -39381,8 +39143,8 @@ class Proxy$Type extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $Proxy$Type$NullableType$())); + const jni$_.JArrayNullableType( + $Proxy$Type$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -39409,13 +39171,13 @@ class Proxy$Type extends jni$_.JObject { final _$synthetic = synthetic?.reference ?? jni$_.jNullReference; return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$synthetic.pointer) - .object(const $Proxy$Type$NullableType$()); + .object(const $Proxy$Type$NullableType()); } } -final class $Proxy$Type$NullableType$ extends jni$_.JType { +final class $Proxy$Type$NullableType extends jni$_.JObjType { @jni$_.internal - const $Proxy$Type$NullableType$(); + const $Proxy$Type$NullableType(); @jni$_.internal @core$_.override @@ -39430,29 +39192,29 @@ final class $Proxy$Type$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Proxy$Type$NullableType$).hashCode; + int get hashCode => ($Proxy$Type$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Proxy$Type$NullableType$) && - other is $Proxy$Type$NullableType$; + return other.runtimeType == ($Proxy$Type$NullableType) && + other is $Proxy$Type$NullableType; } } -final class $Proxy$Type$Type$ extends jni$_.JType { +final class $Proxy$Type$Type extends jni$_.JObjType { @jni$_.internal - const $Proxy$Type$Type$(); + const $Proxy$Type$Type(); @jni$_.internal @core$_.override @@ -39466,24 +39228,23 @@ final class $Proxy$Type$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Proxy$Type$NullableType$(); + jni$_.JObjType get nullableType => + const $Proxy$Type$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Proxy$Type$Type$).hashCode; + int get hashCode => ($Proxy$Type$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Proxy$Type$Type$) && - other is $Proxy$Type$Type$; + return other.runtimeType == ($Proxy$Type$Type) && other is $Proxy$Type$Type; } } @@ -39491,7 +39252,7 @@ final class $Proxy$Type$Type$ extends jni$_.JType { class Proxy extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Proxy.fromReference( @@ -39502,10 +39263,8 @@ class Proxy extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'java/net/Proxy'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Proxy$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Proxy$Type$(); + static const nullableType = $Proxy$NullableType(); + static const type = $Proxy$Type(); static final _id_NO_PROXY = _class.staticFieldId( r'NO_PROXY', r'Ljava/net/Proxy;', @@ -39514,7 +39273,7 @@ class Proxy extends jni$_.JObject { /// from: `static public final java.net.Proxy NO_PROXY` /// The returned object must be released after use, by calling the [release] method. static Proxy? get NO_PROXY => - _id_NO_PROXY.get(_class, const $Proxy$NullableType$()); + _id_NO_PROXY.get(_class, const $Proxy$NullableType()); static final _id_new$ = _class.constructorId( r'(Ljava/net/Proxy$Type;Ljava/net/SocketAddress;)V', @@ -39574,7 +39333,7 @@ class Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? address() { return _address(reference.pointer, _id_address as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_equals = _class.instanceMethodId( @@ -39647,7 +39406,7 @@ class Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JString? toString$1() { return _toString$1(reference.pointer, _id_toString$1 as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_type$1 = _class.instanceMethodId( @@ -39671,13 +39430,13 @@ class Proxy extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. Proxy$Type? type$1() { return _type$1(reference.pointer, _id_type$1 as jni$_.JMethodIDPtr) - .object(const $Proxy$Type$NullableType$()); + .object(const $Proxy$Type$NullableType()); } } -final class $Proxy$NullableType$ extends jni$_.JType { +final class $Proxy$NullableType extends jni$_.JObjType { @jni$_.internal - const $Proxy$NullableType$(); + const $Proxy$NullableType(); @jni$_.internal @core$_.override @@ -39692,29 +39451,29 @@ final class $Proxy$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Proxy$NullableType$).hashCode; + int get hashCode => ($Proxy$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Proxy$NullableType$) && - other is $Proxy$NullableType$; + return other.runtimeType == ($Proxy$NullableType) && + other is $Proxy$NullableType; } } -final class $Proxy$Type$ extends jni$_.JType { +final class $Proxy$Type extends jni$_.JObjType { @jni$_.internal - const $Proxy$Type$(); + const $Proxy$Type(); @jni$_.internal @core$_.override @@ -39727,22 +39486,22 @@ final class $Proxy$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Proxy$NullableType$(); + jni$_.JObjType get nullableType => const $Proxy$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Proxy$Type$).hashCode; + int get hashCode => ($Proxy$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Proxy$Type$) && other is $Proxy$Type$; + return other.runtimeType == ($Proxy$Type) && other is $Proxy$Type; } } @@ -39750,7 +39509,7 @@ final class $Proxy$Type$ extends jni$_.JType { class Bitmap$CompressFormat extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Bitmap$CompressFormat.fromReference( @@ -39762,12 +39521,8 @@ class Bitmap$CompressFormat extends jni$_.JObject { jni$_.JClass.forName(r'android/graphics/Bitmap$CompressFormat'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Bitmap$CompressFormat$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Bitmap$CompressFormat$Type$(); + static const nullableType = $Bitmap$CompressFormat$NullableType(); + static const type = $Bitmap$CompressFormat$Type(); static final _id_JPEG = _class.staticFieldId( r'JPEG', r'Landroid/graphics/Bitmap$CompressFormat;', @@ -39776,7 +39531,7 @@ class Bitmap$CompressFormat extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$CompressFormat JPEG` /// The returned object must be released after use, by calling the [release] method. static Bitmap$CompressFormat get JPEG => - _id_JPEG.get(_class, const $Bitmap$CompressFormat$Type$()); + _id_JPEG.get(_class, const $Bitmap$CompressFormat$Type()); static final _id_PNG = _class.staticFieldId( r'PNG', @@ -39786,7 +39541,7 @@ class Bitmap$CompressFormat extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$CompressFormat PNG` /// The returned object must be released after use, by calling the [release] method. static Bitmap$CompressFormat get PNG => - _id_PNG.get(_class, const $Bitmap$CompressFormat$Type$()); + _id_PNG.get(_class, const $Bitmap$CompressFormat$Type()); static final _id_WEBP = _class.staticFieldId( r'WEBP', @@ -39796,7 +39551,7 @@ class Bitmap$CompressFormat extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$CompressFormat WEBP` /// The returned object must be released after use, by calling the [release] method. static Bitmap$CompressFormat get WEBP => - _id_WEBP.get(_class, const $Bitmap$CompressFormat$Type$()); + _id_WEBP.get(_class, const $Bitmap$CompressFormat$Type()); static final _id_WEBP_LOSSLESS = _class.staticFieldId( r'WEBP_LOSSLESS', @@ -39806,7 +39561,7 @@ class Bitmap$CompressFormat extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$CompressFormat WEBP_LOSSLESS` /// The returned object must be released after use, by calling the [release] method. static Bitmap$CompressFormat get WEBP_LOSSLESS => - _id_WEBP_LOSSLESS.get(_class, const $Bitmap$CompressFormat$Type$()); + _id_WEBP_LOSSLESS.get(_class, const $Bitmap$CompressFormat$Type()); static final _id_WEBP_LOSSY = _class.staticFieldId( r'WEBP_LOSSY', @@ -39816,7 +39571,7 @@ class Bitmap$CompressFormat extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$CompressFormat WEBP_LOSSY` /// The returned object must be released after use, by calling the [release] method. static Bitmap$CompressFormat get WEBP_LOSSY => - _id_WEBP_LOSSY.get(_class, const $Bitmap$CompressFormat$Type$()); + _id_WEBP_LOSSY.get(_class, const $Bitmap$CompressFormat$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -39840,8 +39595,8 @@ class Bitmap$CompressFormat extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $Bitmap$CompressFormat$NullableType$())); + const jni$_.JArrayNullableType( + $Bitmap$CompressFormat$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -39869,14 +39624,14 @@ class Bitmap$CompressFormat extends jni$_.JObject { return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$synthetic.pointer) .object( - const $Bitmap$CompressFormat$NullableType$()); + const $Bitmap$CompressFormat$NullableType()); } } -final class $Bitmap$CompressFormat$NullableType$ - extends jni$_.JType { +final class $Bitmap$CompressFormat$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Bitmap$CompressFormat$NullableType$(); + const $Bitmap$CompressFormat$NullableType(); @jni$_.internal @core$_.override @@ -39892,30 +39647,30 @@ final class $Bitmap$CompressFormat$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$CompressFormat$NullableType$).hashCode; + int get hashCode => ($Bitmap$CompressFormat$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$CompressFormat$NullableType$) && - other is $Bitmap$CompressFormat$NullableType$; + return other.runtimeType == ($Bitmap$CompressFormat$NullableType) && + other is $Bitmap$CompressFormat$NullableType; } } -final class $Bitmap$CompressFormat$Type$ - extends jni$_.JType { +final class $Bitmap$CompressFormat$Type + extends jni$_.JObjType { @jni$_.internal - const $Bitmap$CompressFormat$Type$(); + const $Bitmap$CompressFormat$Type(); @jni$_.internal @core$_.override @@ -39929,24 +39684,24 @@ final class $Bitmap$CompressFormat$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Bitmap$CompressFormat$NullableType$(); + jni$_.JObjType get nullableType => + const $Bitmap$CompressFormat$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$CompressFormat$Type$).hashCode; + int get hashCode => ($Bitmap$CompressFormat$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$CompressFormat$Type$) && - other is $Bitmap$CompressFormat$Type$; + return other.runtimeType == ($Bitmap$CompressFormat$Type) && + other is $Bitmap$CompressFormat$Type; } } @@ -39954,7 +39709,7 @@ final class $Bitmap$CompressFormat$Type$ class Bitmap$Config extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Bitmap$Config.fromReference( @@ -39965,11 +39720,8 @@ class Bitmap$Config extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'android/graphics/Bitmap$Config'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Bitmap$Config$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Bitmap$Config$Type$(); + static const nullableType = $Bitmap$Config$NullableType(); + static const type = $Bitmap$Config$Type(); static final _id_ALPHA_8 = _class.staticFieldId( r'ALPHA_8', r'Landroid/graphics/Bitmap$Config;', @@ -39978,7 +39730,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config ALPHA_8` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get ALPHA_8 => - _id_ALPHA_8.get(_class, const $Bitmap$Config$Type$()); + _id_ALPHA_8.get(_class, const $Bitmap$Config$Type()); static final _id_ARGB_4444 = _class.staticFieldId( r'ARGB_4444', @@ -39988,7 +39740,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config ARGB_4444` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get ARGB_4444 => - _id_ARGB_4444.get(_class, const $Bitmap$Config$Type$()); + _id_ARGB_4444.get(_class, const $Bitmap$Config$Type()); static final _id_ARGB_8888 = _class.staticFieldId( r'ARGB_8888', @@ -39998,7 +39750,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config ARGB_8888` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get ARGB_8888 => - _id_ARGB_8888.get(_class, const $Bitmap$Config$Type$()); + _id_ARGB_8888.get(_class, const $Bitmap$Config$Type()); static final _id_HARDWARE = _class.staticFieldId( r'HARDWARE', @@ -40008,7 +39760,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config HARDWARE` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get HARDWARE => - _id_HARDWARE.get(_class, const $Bitmap$Config$Type$()); + _id_HARDWARE.get(_class, const $Bitmap$Config$Type()); static final _id_RGBA_1010102 = _class.staticFieldId( r'RGBA_1010102', @@ -40018,7 +39770,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config RGBA_1010102` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get RGBA_1010102 => - _id_RGBA_1010102.get(_class, const $Bitmap$Config$Type$()); + _id_RGBA_1010102.get(_class, const $Bitmap$Config$Type()); static final _id_RGBA_F16 = _class.staticFieldId( r'RGBA_F16', @@ -40028,7 +39780,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config RGBA_F16` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get RGBA_F16 => - _id_RGBA_F16.get(_class, const $Bitmap$Config$Type$()); + _id_RGBA_F16.get(_class, const $Bitmap$Config$Type()); static final _id_RGB_565 = _class.staticFieldId( r'RGB_565', @@ -40038,7 +39790,7 @@ class Bitmap$Config extends jni$_.JObject { /// from: `static public final android.graphics.Bitmap$Config RGB_565` /// The returned object must be released after use, by calling the [release] method. static Bitmap$Config get RGB_565 => - _id_RGB_565.get(_class, const $Bitmap$Config$Type$()); + _id_RGB_565.get(_class, const $Bitmap$Config$Type()); static final _id_values = _class.staticMethodId( r'values', @@ -40062,8 +39814,8 @@ class Bitmap$Config extends jni$_.JObject { static jni$_.JArray? values() { return _values(_class.reference.pointer, _id_values as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - $Bitmap$Config$NullableType$())); + const jni$_.JArrayNullableType( + $Bitmap$Config$NullableType())); } static final _id_valueOf = _class.staticMethodId( @@ -40090,13 +39842,13 @@ class Bitmap$Config extends jni$_.JObject { final _$synthetic = synthetic?.reference ?? jni$_.jNullReference; return _valueOf(_class.reference.pointer, _id_valueOf as jni$_.JMethodIDPtr, _$synthetic.pointer) - .object(const $Bitmap$Config$NullableType$()); + .object(const $Bitmap$Config$NullableType()); } } -final class $Bitmap$Config$NullableType$ extends jni$_.JType { +final class $Bitmap$Config$NullableType extends jni$_.JObjType { @jni$_.internal - const $Bitmap$Config$NullableType$(); + const $Bitmap$Config$NullableType(); @jni$_.internal @core$_.override @@ -40111,29 +39863,29 @@ final class $Bitmap$Config$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$Config$NullableType$).hashCode; + int get hashCode => ($Bitmap$Config$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$Config$NullableType$) && - other is $Bitmap$Config$NullableType$; + return other.runtimeType == ($Bitmap$Config$NullableType) && + other is $Bitmap$Config$NullableType; } } -final class $Bitmap$Config$Type$ extends jni$_.JType { +final class $Bitmap$Config$Type extends jni$_.JObjType { @jni$_.internal - const $Bitmap$Config$Type$(); + const $Bitmap$Config$Type(); @jni$_.internal @core$_.override @@ -40147,24 +39899,24 @@ final class $Bitmap$Config$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Bitmap$Config$NullableType$(); + jni$_.JObjType get nullableType => + const $Bitmap$Config$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$Config$Type$).hashCode; + int get hashCode => ($Bitmap$Config$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$Config$Type$) && - other is $Bitmap$Config$Type$; + return other.runtimeType == ($Bitmap$Config$Type) && + other is $Bitmap$Config$Type; } } @@ -40172,7 +39924,7 @@ final class $Bitmap$Config$Type$ extends jni$_.JType { class Bitmap extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Bitmap.fromReference( @@ -40183,10 +39935,8 @@ class Bitmap extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'android/graphics/Bitmap'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Bitmap$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Bitmap$Type$(); + static const nullableType = $Bitmap$NullableType(); + static const type = $Bitmap$Type(); static final _id_CREATOR = _class.staticFieldId( r'CREATOR', r'Landroid/os/Parcelable$Creator;', @@ -40195,7 +39945,7 @@ class Bitmap extends jni$_.JObject { /// from: `static public final android.os.Parcelable$Creator CREATOR` /// The returned object must be released after use, by calling the [release] method. static jni$_.JObject? get CREATOR => - _id_CREATOR.get(_class, const jni$_.$JObject$NullableType$()); + _id_CREATOR.get(_class, const jni$_.JObjectNullableType()); /// from: `static public final int DENSITY_NONE` static const DENSITY_NONE = 0; @@ -40220,7 +39970,7 @@ class Bitmap extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. Bitmap? asShared() { return _asShared(reference.pointer, _id_asShared as jni$_.JMethodIDPtr) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_compress = _class.instanceMethodId( @@ -40286,7 +40036,7 @@ class Bitmap extends jni$_.JObject { final _$config = config?.reference ?? jni$_.jNullReference; return _copy(reference.pointer, _id_copy as jni$_.JMethodIDPtr, _$config.pointer, z ? 1 : 0) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_copyPixelsFromBuffer = _class.instanceMethodId( @@ -40365,7 +40115,7 @@ class Bitmap extends jni$_.JObject { final _$bitmap = bitmap?.reference ?? jni$_.jNullReference; return _createBitmap(_class.reference.pointer, _id_createBitmap as jni$_.JMethodIDPtr, _$bitmap.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$1 = _class.staticMethodId( @@ -40414,7 +40164,7 @@ class Bitmap extends jni$_.JObject { i1, i2, i3) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$2 = _class.staticMethodId( @@ -40472,7 +40222,7 @@ class Bitmap extends jni$_.JObject { i3, _$matrix.pointer, z ? 1 : 0) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$3 = _class.staticMethodId( @@ -40499,7 +40249,7 @@ class Bitmap extends jni$_.JObject { final _$picture = picture?.reference ?? jni$_.jNullReference; return _createBitmap$3(_class.reference.pointer, _id_createBitmap$3 as jni$_.JMethodIDPtr, _$picture.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$4 = _class.staticMethodId( @@ -40545,7 +40295,7 @@ class Bitmap extends jni$_.JObject { i, i1, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$5 = _class.staticMethodId( @@ -40591,7 +40341,7 @@ class Bitmap extends jni$_.JObject { i, i1, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$6 = _class.staticMethodId( @@ -40641,7 +40391,7 @@ class Bitmap extends jni$_.JObject { i1, _$config.pointer, z ? 1 : 0) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$7 = _class.staticMethodId( @@ -40696,7 +40446,7 @@ class Bitmap extends jni$_.JObject { _$config.pointer, z ? 1 : 0, _$colorSpace.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$8 = _class.staticMethodId( @@ -40747,7 +40497,7 @@ class Bitmap extends jni$_.JObject { i, i1, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$9 = _class.staticMethodId( @@ -40806,7 +40556,7 @@ class Bitmap extends jni$_.JObject { i2, i3, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$10 = _class.staticMethodId( @@ -40839,7 +40589,7 @@ class Bitmap extends jni$_.JObject { final _$config = config?.reference ?? jni$_.jNullReference; return _createBitmap$10(_class.reference.pointer, _id_createBitmap$10 as jni$_.JMethodIDPtr, i, i1, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$11 = _class.staticMethodId( @@ -40879,7 +40629,7 @@ class Bitmap extends jni$_.JObject { i1, _$config.pointer, z ? 1 : 0) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$12 = _class.staticMethodId( @@ -40929,7 +40679,7 @@ class Bitmap extends jni$_.JObject { _$config.pointer, z ? 1 : 0, _$colorSpace.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$13 = _class.staticMethodId( @@ -40975,7 +40725,7 @@ class Bitmap extends jni$_.JObject { i, i1, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createBitmap$14 = _class.staticMethodId( @@ -41029,7 +40779,7 @@ class Bitmap extends jni$_.JObject { i2, i3, _$config.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_createScaledBitmap = _class.staticMethodId( @@ -41069,7 +40819,7 @@ class Bitmap extends jni$_.JObject { i, i1, z ? 1 : 0) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_describeContents = _class.instanceMethodId( @@ -41164,7 +40914,7 @@ class Bitmap extends jni$_.JObject { Bitmap? extractAlpha() { return _extractAlpha( reference.pointer, _id_extractAlpha as jni$_.JMethodIDPtr) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_extractAlpha$1 = _class.instanceMethodId( @@ -41202,7 +40952,7 @@ class Bitmap extends jni$_.JObject { _id_extractAlpha$1 as jni$_.JMethodIDPtr, _$paint.pointer, _$is$.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_getAllocationByteCount = _class.instanceMethodId( @@ -41277,7 +41027,7 @@ class Bitmap extends jni$_.JObject { ) { return _getColor( reference.pointer, _id_getColor as jni$_.JMethodIDPtr, i, i1) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getColorSpace = _class.instanceMethodId( @@ -41302,7 +41052,7 @@ class Bitmap extends jni$_.JObject { jni$_.JObject? getColorSpace() { return _getColorSpace( reference.pointer, _id_getColorSpace as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getConfig = _class.instanceMethodId( @@ -41326,7 +41076,7 @@ class Bitmap extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. Bitmap$Config? getConfig() { return _getConfig(reference.pointer, _id_getConfig as jni$_.JMethodIDPtr) - .object(const $Bitmap$Config$NullableType$()); + .object(const $Bitmap$Config$NullableType()); } static final _id_getDensity = _class.instanceMethodId( @@ -41373,7 +41123,7 @@ class Bitmap extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getGainmap() { return _getGainmap(reference.pointer, _id_getGainmap as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getGenerationId = _class.instanceMethodId( @@ -41422,7 +41172,7 @@ class Bitmap extends jni$_.JObject { jni$_.JObject? getHardwareBuffer() { return _getHardwareBuffer( reference.pointer, _id_getHardwareBuffer as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getHeight = _class.instanceMethodId( @@ -41470,7 +41220,7 @@ class Bitmap extends jni$_.JObject { jni$_.JByteArray? getNinePatchChunk() { return _getNinePatchChunk( reference.pointer, _id_getNinePatchChunk as jni$_.JMethodIDPtr) - .object(const jni$_.$JByteArray$NullableType$()); + .object(const jni$_.JByteArrayNullableType()); } static final _id_getPixel = _class.instanceMethodId( @@ -42319,7 +42069,7 @@ class Bitmap extends jni$_.JObject { _id_wrapHardwareBuffer as jni$_.JMethodIDPtr, _$hardwareBuffer.pointer, _$colorSpace.pointer) - .object(const $Bitmap$NullableType$()); + .object(const $Bitmap$NullableType()); } static final _id_writeToParcel = _class.instanceMethodId( @@ -42351,9 +42101,9 @@ class Bitmap extends jni$_.JObject { } } -final class $Bitmap$NullableType$ extends jni$_.JType { +final class $Bitmap$NullableType extends jni$_.JObjType { @jni$_.internal - const $Bitmap$NullableType$(); + const $Bitmap$NullableType(); @jni$_.internal @core$_.override @@ -42368,29 +42118,29 @@ final class $Bitmap$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$NullableType$).hashCode; + int get hashCode => ($Bitmap$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$NullableType$) && - other is $Bitmap$NullableType$; + return other.runtimeType == ($Bitmap$NullableType) && + other is $Bitmap$NullableType; } } -final class $Bitmap$Type$ extends jni$_.JType { +final class $Bitmap$Type extends jni$_.JObjType { @jni$_.internal - const $Bitmap$Type$(); + const $Bitmap$Type(); @jni$_.internal @core$_.override @@ -42403,22 +42153,22 @@ final class $Bitmap$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Bitmap$NullableType$(); + jni$_.JObjType get nullableType => const $Bitmap$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Bitmap$Type$).hashCode; + int get hashCode => ($Bitmap$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Bitmap$Type$) && other is $Bitmap$Type$; + return other.runtimeType == ($Bitmap$Type) && other is $Bitmap$Type; } } @@ -42426,7 +42176,7 @@ final class $Bitmap$Type$ extends jni$_.JType { class Context$BindServiceFlags extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Context$BindServiceFlags.fromReference( @@ -42438,12 +42188,8 @@ class Context$BindServiceFlags extends jni$_.JObject { jni$_.JClass.forName(r'android/content/Context$BindServiceFlags'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = - $Context$BindServiceFlags$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = - $Context$BindServiceFlags$Type$(); + static const nullableType = $Context$BindServiceFlags$NullableType(); + static const type = $Context$BindServiceFlags$Type(); static final _id_of = _class.staticMethodId( r'of', r'(J)Landroid/content/Context$BindServiceFlags;', @@ -42465,14 +42211,14 @@ class Context$BindServiceFlags extends jni$_.JObject { ) { return _of(_class.reference.pointer, _id_of as jni$_.JMethodIDPtr, j) .object( - const $Context$BindServiceFlags$NullableType$()); + const $Context$BindServiceFlags$NullableType()); } } -final class $Context$BindServiceFlags$NullableType$ - extends jni$_.JType { +final class $Context$BindServiceFlags$NullableType + extends jni$_.JObjType { @jni$_.internal - const $Context$BindServiceFlags$NullableType$(); + const $Context$BindServiceFlags$NullableType(); @jni$_.internal @core$_.override @@ -42488,30 +42234,30 @@ final class $Context$BindServiceFlags$NullableType$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Context$BindServiceFlags$NullableType$).hashCode; + int get hashCode => ($Context$BindServiceFlags$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Context$BindServiceFlags$NullableType$) && - other is $Context$BindServiceFlags$NullableType$; + return other.runtimeType == ($Context$BindServiceFlags$NullableType) && + other is $Context$BindServiceFlags$NullableType; } } -final class $Context$BindServiceFlags$Type$ - extends jni$_.JType { +final class $Context$BindServiceFlags$Type + extends jni$_.JObjType { @jni$_.internal - const $Context$BindServiceFlags$Type$(); + const $Context$BindServiceFlags$Type(); @jni$_.internal @core$_.override @@ -42525,24 +42271,24 @@ final class $Context$BindServiceFlags$Type$ ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => - const $Context$BindServiceFlags$NullableType$(); + jni$_.JObjType get nullableType => + const $Context$BindServiceFlags$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Context$BindServiceFlags$Type$).hashCode; + int get hashCode => ($Context$BindServiceFlags$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Context$BindServiceFlags$Type$) && - other is $Context$BindServiceFlags$Type$; + return other.runtimeType == ($Context$BindServiceFlags$Type) && + other is $Context$BindServiceFlags$Type; } } @@ -42550,7 +42296,7 @@ final class $Context$BindServiceFlags$Type$ class Context extends jni$_.JObject { @jni$_.internal @core$_.override - final jni$_.JType $type; + final jni$_.JObjType $type; @jni$_.internal Context.fromReference( @@ -42561,10 +42307,8 @@ class Context extends jni$_.JObject { static final _class = jni$_.JClass.forName(r'android/content/Context'); /// The type which includes information such as the signature of this class. - static const jni$_.JType nullableType = $Context$NullableType$(); - - /// The type which includes information such as the signature of this class. - static const jni$_.JType type = $Context$Type$(); + static const nullableType = $Context$NullableType(); + static const type = $Context$Type(); static final _id_ACCESSIBILITY_SERVICE = _class.staticFieldId( r'ACCESSIBILITY_SERVICE', r'Ljava/lang/String;', @@ -42572,8 +42316,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String ACCESSIBILITY_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get ACCESSIBILITY_SERVICE => _id_ACCESSIBILITY_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get ACCESSIBILITY_SERVICE => + _id_ACCESSIBILITY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_ACCOUNT_SERVICE = _class.staticFieldId( r'ACCOUNT_SERVICE', @@ -42583,7 +42327,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String ACCOUNT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ACCOUNT_SERVICE => - _id_ACCOUNT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_ACCOUNT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_ACTIVITY_SERVICE = _class.staticFieldId( r'ACTIVITY_SERVICE', @@ -42593,7 +42337,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String ACTIVITY_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ACTIVITY_SERVICE => - _id_ACTIVITY_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_ACTIVITY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_ADVANCED_PROTECTION_SERVICE = _class.staticFieldId( r'ADVANCED_PROTECTION_SERVICE', @@ -42604,7 +42348,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ADVANCED_PROTECTION_SERVICE => _id_ADVANCED_PROTECTION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_ALARM_SERVICE = _class.staticFieldId( r'ALARM_SERVICE', @@ -42614,7 +42358,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String ALARM_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ALARM_SERVICE => - _id_ALARM_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_ALARM_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_APPWIDGET_SERVICE = _class.staticFieldId( r'APPWIDGET_SERVICE', @@ -42624,7 +42368,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String APPWIDGET_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get APPWIDGET_SERVICE => - _id_APPWIDGET_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_APPWIDGET_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_APP_FUNCTION_SERVICE = _class.staticFieldId( r'APP_FUNCTION_SERVICE', @@ -42633,8 +42377,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String APP_FUNCTION_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get APP_FUNCTION_SERVICE => _id_APP_FUNCTION_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get APP_FUNCTION_SERVICE => + _id_APP_FUNCTION_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_APP_OPS_SERVICE = _class.staticFieldId( r'APP_OPS_SERVICE', @@ -42644,7 +42388,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String APP_OPS_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get APP_OPS_SERVICE => - _id_APP_OPS_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_APP_OPS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_APP_SEARCH_SERVICE = _class.staticFieldId( r'APP_SEARCH_SERVICE', @@ -42654,7 +42398,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String APP_SEARCH_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get APP_SEARCH_SERVICE => - _id_APP_SEARCH_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_APP_SEARCH_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_AUDIO_SERVICE = _class.staticFieldId( r'AUDIO_SERVICE', @@ -42664,7 +42408,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String AUDIO_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get AUDIO_SERVICE => - _id_AUDIO_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_AUDIO_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_BATTERY_SERVICE = _class.staticFieldId( r'BATTERY_SERVICE', @@ -42674,7 +42418,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String BATTERY_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BATTERY_SERVICE => - _id_BATTERY_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_BATTERY_SERVICE.get(_class, const jni$_.JStringNullableType()); /// from: `static public final int BIND_ABOVE_CLIENT` static const BIND_ABOVE_CLIENT = 8; @@ -42728,7 +42472,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String BIOMETRIC_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BIOMETRIC_SERVICE => - _id_BIOMETRIC_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_BIOMETRIC_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_BLOB_STORE_SERVICE = _class.staticFieldId( r'BLOB_STORE_SERVICE', @@ -42738,7 +42482,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String BLOB_STORE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BLOB_STORE_SERVICE => - _id_BLOB_STORE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_BLOB_STORE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_BLUETOOTH_SERVICE = _class.staticFieldId( r'BLUETOOTH_SERVICE', @@ -42748,7 +42492,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String BLUETOOTH_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BLUETOOTH_SERVICE => - _id_BLUETOOTH_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_BLUETOOTH_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_BUGREPORT_SERVICE = _class.staticFieldId( r'BUGREPORT_SERVICE', @@ -42758,7 +42502,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String BUGREPORT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get BUGREPORT_SERVICE => - _id_BUGREPORT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_BUGREPORT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CAMERA_SERVICE = _class.staticFieldId( r'CAMERA_SERVICE', @@ -42768,7 +42512,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CAMERA_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CAMERA_SERVICE => - _id_CAMERA_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_CAMERA_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CAPTIONING_SERVICE = _class.staticFieldId( r'CAPTIONING_SERVICE', @@ -42778,7 +42522,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CAPTIONING_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CAPTIONING_SERVICE => - _id_CAPTIONING_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_CAPTIONING_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CARRIER_CONFIG_SERVICE = _class.staticFieldId( r'CARRIER_CONFIG_SERVICE', @@ -42787,8 +42531,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CARRIER_CONFIG_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get CARRIER_CONFIG_SERVICE => _id_CARRIER_CONFIG_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get CARRIER_CONFIG_SERVICE => + _id_CARRIER_CONFIG_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CLIPBOARD_SERVICE = _class.staticFieldId( r'CLIPBOARD_SERVICE', @@ -42798,7 +42542,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CLIPBOARD_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CLIPBOARD_SERVICE => - _id_CLIPBOARD_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_CLIPBOARD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_COMPANION_DEVICE_SERVICE = _class.staticFieldId( r'COMPANION_DEVICE_SERVICE', @@ -42809,7 +42553,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get COMPANION_DEVICE_SERVICE => _id_COMPANION_DEVICE_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_CONNECTIVITY_DIAGNOSTICS_SERVICE = _class.staticFieldId( r'CONNECTIVITY_DIAGNOSTICS_SERVICE', @@ -42820,7 +42564,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CONNECTIVITY_DIAGNOSTICS_SERVICE => _id_CONNECTIVITY_DIAGNOSTICS_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_CONNECTIVITY_SERVICE = _class.staticFieldId( r'CONNECTIVITY_SERVICE', @@ -42829,8 +42573,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CONNECTIVITY_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get CONNECTIVITY_SERVICE => _id_CONNECTIVITY_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get CONNECTIVITY_SERVICE => + _id_CONNECTIVITY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CONSUMER_IR_SERVICE = _class.staticFieldId( r'CONSUMER_IR_SERVICE', @@ -42840,7 +42584,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CONSUMER_IR_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CONSUMER_IR_SERVICE => - _id_CONSUMER_IR_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_CONSUMER_IR_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CONTACT_KEYS_SERVICE = _class.staticFieldId( r'CONTACT_KEYS_SERVICE', @@ -42849,8 +42593,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CONTACT_KEYS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get CONTACT_KEYS_SERVICE => _id_CONTACT_KEYS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get CONTACT_KEYS_SERVICE => + _id_CONTACT_KEYS_SERVICE.get(_class, const jni$_.JStringNullableType()); /// from: `static public final int CONTEXT_IGNORE_SECURITY` static const CONTEXT_IGNORE_SECURITY = 2; @@ -42868,7 +42612,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String CREDENTIAL_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CREDENTIAL_SERVICE => - _id_CREDENTIAL_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_CREDENTIAL_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_CROSS_PROFILE_APPS_SERVICE = _class.staticFieldId( r'CROSS_PROFILE_APPS_SERVICE', @@ -42879,7 +42623,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get CROSS_PROFILE_APPS_SERVICE => _id_CROSS_PROFILE_APPS_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); /// from: `static public final int DEVICE_ID_DEFAULT` static const DEVICE_ID_DEFAULT = 0; @@ -42894,7 +42638,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DEVICE_LOCK_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DEVICE_LOCK_SERVICE => - _id_DEVICE_LOCK_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_DEVICE_LOCK_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_DEVICE_POLICY_SERVICE = _class.staticFieldId( r'DEVICE_POLICY_SERVICE', @@ -42903,8 +42647,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DEVICE_POLICY_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get DEVICE_POLICY_SERVICE => _id_DEVICE_POLICY_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get DEVICE_POLICY_SERVICE => + _id_DEVICE_POLICY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_DISPLAY_HASH_SERVICE = _class.staticFieldId( r'DISPLAY_HASH_SERVICE', @@ -42913,8 +42657,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DISPLAY_HASH_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get DISPLAY_HASH_SERVICE => _id_DISPLAY_HASH_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get DISPLAY_HASH_SERVICE => + _id_DISPLAY_HASH_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_DISPLAY_SERVICE = _class.staticFieldId( r'DISPLAY_SERVICE', @@ -42924,7 +42668,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DISPLAY_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DISPLAY_SERVICE => - _id_DISPLAY_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_DISPLAY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_DOMAIN_VERIFICATION_SERVICE = _class.staticFieldId( r'DOMAIN_VERIFICATION_SERVICE', @@ -42935,7 +42679,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DOMAIN_VERIFICATION_SERVICE => _id_DOMAIN_VERIFICATION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_DOWNLOAD_SERVICE = _class.staticFieldId( r'DOWNLOAD_SERVICE', @@ -42945,7 +42689,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DOWNLOAD_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DOWNLOAD_SERVICE => - _id_DOWNLOAD_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_DOWNLOAD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_DROPBOX_SERVICE = _class.staticFieldId( r'DROPBOX_SERVICE', @@ -42955,7 +42699,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String DROPBOX_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get DROPBOX_SERVICE => - _id_DROPBOX_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_DROPBOX_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_EUICC_SERVICE = _class.staticFieldId( r'EUICC_SERVICE', @@ -42965,7 +42709,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String EUICC_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get EUICC_SERVICE => - _id_EUICC_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_EUICC_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_FILE_INTEGRITY_SERVICE = _class.staticFieldId( r'FILE_INTEGRITY_SERVICE', @@ -42974,8 +42718,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String FILE_INTEGRITY_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get FILE_INTEGRITY_SERVICE => _id_FILE_INTEGRITY_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get FILE_INTEGRITY_SERVICE => + _id_FILE_INTEGRITY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_FINGERPRINT_SERVICE = _class.staticFieldId( r'FINGERPRINT_SERVICE', @@ -42985,7 +42729,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String FINGERPRINT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get FINGERPRINT_SERVICE => - _id_FINGERPRINT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_FINGERPRINT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_GAME_SERVICE = _class.staticFieldId( r'GAME_SERVICE', @@ -42995,7 +42739,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String GAME_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get GAME_SERVICE => - _id_GAME_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_GAME_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_GRAMMATICAL_INFLECTION_SERVICE = _class.staticFieldId( r'GRAMMATICAL_INFLECTION_SERVICE', @@ -43006,7 +42750,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get GRAMMATICAL_INFLECTION_SERVICE => _id_GRAMMATICAL_INFLECTION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_HARDWARE_PROPERTIES_SERVICE = _class.staticFieldId( r'HARDWARE_PROPERTIES_SERVICE', @@ -43017,7 +42761,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get HARDWARE_PROPERTIES_SERVICE => _id_HARDWARE_PROPERTIES_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_HEALTHCONNECT_SERVICE = _class.staticFieldId( r'HEALTHCONNECT_SERVICE', @@ -43026,8 +42770,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String HEALTHCONNECT_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get HEALTHCONNECT_SERVICE => _id_HEALTHCONNECT_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get HEALTHCONNECT_SERVICE => + _id_HEALTHCONNECT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_INPUT_METHOD_SERVICE = _class.staticFieldId( r'INPUT_METHOD_SERVICE', @@ -43036,8 +42780,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String INPUT_METHOD_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get INPUT_METHOD_SERVICE => _id_INPUT_METHOD_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get INPUT_METHOD_SERVICE => + _id_INPUT_METHOD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_INPUT_SERVICE = _class.staticFieldId( r'INPUT_SERVICE', @@ -43047,7 +42791,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String INPUT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get INPUT_SERVICE => - _id_INPUT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_INPUT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_IPSEC_SERVICE = _class.staticFieldId( r'IPSEC_SERVICE', @@ -43057,7 +42801,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String IPSEC_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get IPSEC_SERVICE => - _id_IPSEC_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_IPSEC_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_JOB_SCHEDULER_SERVICE = _class.staticFieldId( r'JOB_SCHEDULER_SERVICE', @@ -43066,8 +42810,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String JOB_SCHEDULER_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get JOB_SCHEDULER_SERVICE => _id_JOB_SCHEDULER_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get JOB_SCHEDULER_SERVICE => + _id_JOB_SCHEDULER_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_KEYGUARD_SERVICE = _class.staticFieldId( r'KEYGUARD_SERVICE', @@ -43077,7 +42821,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String KEYGUARD_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get KEYGUARD_SERVICE => - _id_KEYGUARD_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_KEYGUARD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_KEYSTORE_SERVICE = _class.staticFieldId( r'KEYSTORE_SERVICE', @@ -43087,7 +42831,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String KEYSTORE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get KEYSTORE_SERVICE => - _id_KEYSTORE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_KEYSTORE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_LAUNCHER_APPS_SERVICE = _class.staticFieldId( r'LAUNCHER_APPS_SERVICE', @@ -43096,8 +42840,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String LAUNCHER_APPS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get LAUNCHER_APPS_SERVICE => _id_LAUNCHER_APPS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get LAUNCHER_APPS_SERVICE => + _id_LAUNCHER_APPS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_LAYOUT_INFLATER_SERVICE = _class.staticFieldId( r'LAYOUT_INFLATER_SERVICE', @@ -43108,7 +42852,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LAYOUT_INFLATER_SERVICE => _id_LAYOUT_INFLATER_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_LOCALE_SERVICE = _class.staticFieldId( r'LOCALE_SERVICE', @@ -43118,7 +42862,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String LOCALE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LOCALE_SERVICE => - _id_LOCALE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_LOCALE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_LOCATION_SERVICE = _class.staticFieldId( r'LOCATION_SERVICE', @@ -43128,7 +42872,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String LOCATION_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get LOCATION_SERVICE => - _id_LOCATION_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_LOCATION_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_MEDIA_COMMUNICATION_SERVICE = _class.staticFieldId( r'MEDIA_COMMUNICATION_SERVICE', @@ -43139,7 +42883,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MEDIA_COMMUNICATION_SERVICE => _id_MEDIA_COMMUNICATION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_MEDIA_METRICS_SERVICE = _class.staticFieldId( r'MEDIA_METRICS_SERVICE', @@ -43148,8 +42892,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String MEDIA_METRICS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get MEDIA_METRICS_SERVICE => _id_MEDIA_METRICS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get MEDIA_METRICS_SERVICE => + _id_MEDIA_METRICS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_MEDIA_PROJECTION_SERVICE = _class.staticFieldId( r'MEDIA_PROJECTION_SERVICE', @@ -43160,7 +42904,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MEDIA_PROJECTION_SERVICE => _id_MEDIA_PROJECTION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_MEDIA_QUALITY_SERVICE = _class.staticFieldId( r'MEDIA_QUALITY_SERVICE', @@ -43169,8 +42913,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String MEDIA_QUALITY_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get MEDIA_QUALITY_SERVICE => _id_MEDIA_QUALITY_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get MEDIA_QUALITY_SERVICE => + _id_MEDIA_QUALITY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_MEDIA_ROUTER_SERVICE = _class.staticFieldId( r'MEDIA_ROUTER_SERVICE', @@ -43179,8 +42923,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String MEDIA_ROUTER_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get MEDIA_ROUTER_SERVICE => _id_MEDIA_ROUTER_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get MEDIA_ROUTER_SERVICE => + _id_MEDIA_ROUTER_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_MEDIA_SESSION_SERVICE = _class.staticFieldId( r'MEDIA_SESSION_SERVICE', @@ -43189,8 +42933,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String MEDIA_SESSION_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get MEDIA_SESSION_SERVICE => _id_MEDIA_SESSION_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get MEDIA_SESSION_SERVICE => + _id_MEDIA_SESSION_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_MIDI_SERVICE = _class.staticFieldId( r'MIDI_SERVICE', @@ -43200,7 +42944,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String MIDI_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get MIDI_SERVICE => - _id_MIDI_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_MIDI_SERVICE.get(_class, const jni$_.JStringNullableType()); /// from: `static public final int MODE_APPEND` static const MODE_APPEND = 32768; @@ -43229,8 +42973,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String NETWORK_STATS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get NETWORK_STATS_SERVICE => _id_NETWORK_STATS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get NETWORK_STATS_SERVICE => + _id_NETWORK_STATS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_NFC_SERVICE = _class.staticFieldId( r'NFC_SERVICE', @@ -43240,7 +42984,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String NFC_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get NFC_SERVICE => - _id_NFC_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_NFC_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_NOTIFICATION_SERVICE = _class.staticFieldId( r'NOTIFICATION_SERVICE', @@ -43249,8 +42993,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String NOTIFICATION_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get NOTIFICATION_SERVICE => _id_NOTIFICATION_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get NOTIFICATION_SERVICE => + _id_NOTIFICATION_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_NSD_SERVICE = _class.staticFieldId( r'NSD_SERVICE', @@ -43260,7 +43004,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String NSD_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get NSD_SERVICE => - _id_NSD_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_NSD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_OVERLAY_SERVICE = _class.staticFieldId( r'OVERLAY_SERVICE', @@ -43270,7 +43014,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String OVERLAY_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get OVERLAY_SERVICE => - _id_OVERLAY_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_OVERLAY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_PEOPLE_SERVICE = _class.staticFieldId( r'PEOPLE_SERVICE', @@ -43280,7 +43024,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String PEOPLE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PEOPLE_SERVICE => - _id_PEOPLE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_PEOPLE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_PERFORMANCE_HINT_SERVICE = _class.staticFieldId( r'PERFORMANCE_HINT_SERVICE', @@ -43291,7 +43035,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PERFORMANCE_HINT_SERVICE => _id_PERFORMANCE_HINT_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_PERSISTENT_DATA_BLOCK_SERVICE = _class.staticFieldId( r'PERSISTENT_DATA_BLOCK_SERVICE', @@ -43302,7 +43046,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PERSISTENT_DATA_BLOCK_SERVICE => _id_PERSISTENT_DATA_BLOCK_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_POWER_SERVICE = _class.staticFieldId( r'POWER_SERVICE', @@ -43312,7 +43056,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String POWER_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get POWER_SERVICE => - _id_POWER_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_POWER_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_PRINT_SERVICE = _class.staticFieldId( r'PRINT_SERVICE', @@ -43322,7 +43066,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String PRINT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PRINT_SERVICE => - _id_PRINT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_PRINT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_PROFILING_SERVICE = _class.staticFieldId( r'PROFILING_SERVICE', @@ -43332,7 +43076,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String PROFILING_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get PROFILING_SERVICE => - _id_PROFILING_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_PROFILING_SERVICE.get(_class, const jni$_.JStringNullableType()); /// from: `static public final int RECEIVER_EXPORTED` static const RECEIVER_EXPORTED = 2; @@ -43349,8 +43093,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String RESTRICTIONS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get RESTRICTIONS_SERVICE => _id_RESTRICTIONS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get RESTRICTIONS_SERVICE => + _id_RESTRICTIONS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_ROLE_SERVICE = _class.staticFieldId( r'ROLE_SERVICE', @@ -43360,7 +43104,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String ROLE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get ROLE_SERVICE => - _id_ROLE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_ROLE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SATELLITE_SERVICE = _class.staticFieldId( r'SATELLITE_SERVICE', @@ -43370,7 +43114,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SATELLITE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SATELLITE_SERVICE => - _id_SATELLITE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_SATELLITE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SEARCH_SERVICE = _class.staticFieldId( r'SEARCH_SERVICE', @@ -43380,7 +43124,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SEARCH_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SEARCH_SERVICE => - _id_SEARCH_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_SEARCH_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SECURITY_STATE_SERVICE = _class.staticFieldId( r'SECURITY_STATE_SERVICE', @@ -43389,8 +43133,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SECURITY_STATE_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get SECURITY_STATE_SERVICE => _id_SECURITY_STATE_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get SECURITY_STATE_SERVICE => + _id_SECURITY_STATE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SENSOR_SERVICE = _class.staticFieldId( r'SENSOR_SERVICE', @@ -43400,7 +43144,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SENSOR_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SENSOR_SERVICE => - _id_SENSOR_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_SENSOR_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SHORTCUT_SERVICE = _class.staticFieldId( r'SHORTCUT_SERVICE', @@ -43410,7 +43154,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SHORTCUT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get SHORTCUT_SERVICE => - _id_SHORTCUT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_SHORTCUT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_STATUS_BAR_SERVICE = _class.staticFieldId( r'STATUS_BAR_SERVICE', @@ -43420,7 +43164,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String STATUS_BAR_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get STATUS_BAR_SERVICE => - _id_STATUS_BAR_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_STATUS_BAR_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_STORAGE_SERVICE = _class.staticFieldId( r'STORAGE_SERVICE', @@ -43430,7 +43174,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String STORAGE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get STORAGE_SERVICE => - _id_STORAGE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_STORAGE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_STORAGE_STATS_SERVICE = _class.staticFieldId( r'STORAGE_STATS_SERVICE', @@ -43439,8 +43183,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String STORAGE_STATS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get STORAGE_STATS_SERVICE => _id_STORAGE_STATS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get STORAGE_STATS_SERVICE => + _id_STORAGE_STATS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_SYSTEM_HEALTH_SERVICE = _class.staticFieldId( r'SYSTEM_HEALTH_SERVICE', @@ -43449,8 +43193,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String SYSTEM_HEALTH_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get SYSTEM_HEALTH_SERVICE => _id_SYSTEM_HEALTH_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get SYSTEM_HEALTH_SERVICE => + _id_SYSTEM_HEALTH_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TELECOM_SERVICE = _class.staticFieldId( r'TELECOM_SERVICE', @@ -43460,7 +43204,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TELECOM_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TELECOM_SERVICE => - _id_TELECOM_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_TELECOM_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TELEPHONY_IMS_SERVICE = _class.staticFieldId( r'TELEPHONY_IMS_SERVICE', @@ -43469,8 +43213,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TELEPHONY_IMS_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get TELEPHONY_IMS_SERVICE => _id_TELEPHONY_IMS_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get TELEPHONY_IMS_SERVICE => + _id_TELEPHONY_IMS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TELEPHONY_SERVICE = _class.staticFieldId( r'TELEPHONY_SERVICE', @@ -43480,7 +43224,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TELEPHONY_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TELEPHONY_SERVICE => - _id_TELEPHONY_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_TELEPHONY_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TELEPHONY_SUBSCRIPTION_SERVICE = _class.staticFieldId( r'TELEPHONY_SUBSCRIPTION_SERVICE', @@ -43491,7 +43235,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TELEPHONY_SUBSCRIPTION_SERVICE => _id_TELEPHONY_SUBSCRIPTION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_TETHERING_SERVICE = _class.staticFieldId( r'TETHERING_SERVICE', @@ -43501,7 +43245,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TETHERING_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TETHERING_SERVICE => - _id_TETHERING_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_TETHERING_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TEXT_CLASSIFICATION_SERVICE = _class.staticFieldId( r'TEXT_CLASSIFICATION_SERVICE', @@ -43512,7 +43256,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TEXT_CLASSIFICATION_SERVICE => _id_TEXT_CLASSIFICATION_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_TEXT_SERVICES_MANAGER_SERVICE = _class.staticFieldId( r'TEXT_SERVICES_MANAGER_SERVICE', @@ -43523,7 +43267,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TEXT_SERVICES_MANAGER_SERVICE => _id_TEXT_SERVICES_MANAGER_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_TV_AD_SERVICE = _class.staticFieldId( r'TV_AD_SERVICE', @@ -43533,7 +43277,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TV_AD_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TV_AD_SERVICE => - _id_TV_AD_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_TV_AD_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TV_INPUT_SERVICE = _class.staticFieldId( r'TV_INPUT_SERVICE', @@ -43543,7 +43287,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String TV_INPUT_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TV_INPUT_SERVICE => - _id_TV_INPUT_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_TV_INPUT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_TV_INTERACTIVE_APP_SERVICE = _class.staticFieldId( r'TV_INTERACTIVE_APP_SERVICE', @@ -43554,7 +43298,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get TV_INTERACTIVE_APP_SERVICE => _id_TV_INTERACTIVE_APP_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_UI_MODE_SERVICE = _class.staticFieldId( r'UI_MODE_SERVICE', @@ -43564,7 +43308,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String UI_MODE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get UI_MODE_SERVICE => - _id_UI_MODE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_UI_MODE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_USAGE_STATS_SERVICE = _class.staticFieldId( r'USAGE_STATS_SERVICE', @@ -43574,7 +43318,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String USAGE_STATS_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get USAGE_STATS_SERVICE => - _id_USAGE_STATS_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_USAGE_STATS_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_USB_SERVICE = _class.staticFieldId( r'USB_SERVICE', @@ -43584,7 +43328,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String USB_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get USB_SERVICE => - _id_USB_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_USB_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_USER_SERVICE = _class.staticFieldId( r'USER_SERVICE', @@ -43594,7 +43338,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String USER_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get USER_SERVICE => - _id_USER_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_USER_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_VIBRATOR_MANAGER_SERVICE = _class.staticFieldId( r'VIBRATOR_MANAGER_SERVICE', @@ -43605,7 +43349,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get VIBRATOR_MANAGER_SERVICE => _id_VIBRATOR_MANAGER_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_VIBRATOR_SERVICE = _class.staticFieldId( r'VIBRATOR_SERVICE', @@ -43615,7 +43359,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String VIBRATOR_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get VIBRATOR_SERVICE => - _id_VIBRATOR_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_VIBRATOR_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_VIRTUAL_DEVICE_SERVICE = _class.staticFieldId( r'VIRTUAL_DEVICE_SERVICE', @@ -43624,8 +43368,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String VIRTUAL_DEVICE_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get VIRTUAL_DEVICE_SERVICE => _id_VIRTUAL_DEVICE_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get VIRTUAL_DEVICE_SERVICE => + _id_VIRTUAL_DEVICE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_VPN_MANAGEMENT_SERVICE = _class.staticFieldId( r'VPN_MANAGEMENT_SERVICE', @@ -43634,8 +43378,8 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String VPN_MANAGEMENT_SERVICE` /// The returned object must be released after use, by calling the [release] method. - static jni$_.JString? get VPN_MANAGEMENT_SERVICE => _id_VPN_MANAGEMENT_SERVICE - .get(_class, const jni$_.$JString$NullableType$()); + static jni$_.JString? get VPN_MANAGEMENT_SERVICE => + _id_VPN_MANAGEMENT_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_WALLPAPER_SERVICE = _class.staticFieldId( r'WALLPAPER_SERVICE', @@ -43645,7 +43389,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String WALLPAPER_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WALLPAPER_SERVICE => - _id_WALLPAPER_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_WALLPAPER_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_WIFI_AWARE_SERVICE = _class.staticFieldId( r'WIFI_AWARE_SERVICE', @@ -43655,7 +43399,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String WIFI_AWARE_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WIFI_AWARE_SERVICE => - _id_WIFI_AWARE_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_WIFI_AWARE_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_WIFI_P2P_SERVICE = _class.staticFieldId( r'WIFI_P2P_SERVICE', @@ -43665,7 +43409,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String WIFI_P2P_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WIFI_P2P_SERVICE => - _id_WIFI_P2P_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_WIFI_P2P_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_WIFI_RTT_RANGING_SERVICE = _class.staticFieldId( r'WIFI_RTT_RANGING_SERVICE', @@ -43676,7 +43420,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WIFI_RTT_RANGING_SERVICE => _id_WIFI_RTT_RANGING_SERVICE.get( - _class, const jni$_.$JString$NullableType$()); + _class, const jni$_.JStringNullableType()); static final _id_WIFI_SERVICE = _class.staticFieldId( r'WIFI_SERVICE', @@ -43686,7 +43430,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String WIFI_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WIFI_SERVICE => - _id_WIFI_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_WIFI_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_WINDOW_SERVICE = _class.staticFieldId( r'WINDOW_SERVICE', @@ -43696,7 +43440,7 @@ class Context extends jni$_.JObject { /// from: `static public final java.lang.String WINDOW_SERVICE` /// The returned object must be released after use, by calling the [release] method. static jni$_.JString? get WINDOW_SERVICE => - _id_WINDOW_SERVICE.get(_class, const jni$_.$JString$NullableType$()); + _id_WINDOW_SERVICE.get(_class, const jni$_.JStringNullableType()); static final _id_bindIsolatedService = _class.instanceMethodId( r'bindIsolatedService', @@ -44177,7 +43921,7 @@ class Context extends jni$_.JObject { _id_checkCallingOrSelfUriPermissions as jni$_.JMethodIDPtr, _$list.pointer, i) - .object(const jni$_.$JIntArray$NullableType$()); + .object(const jni$_.JIntArrayNullableType()); } static final _id_checkCallingPermission = _class.instanceMethodId( @@ -44269,7 +44013,7 @@ class Context extends jni$_.JObject { _id_checkCallingUriPermissions as jni$_.JMethodIDPtr, _$list.pointer, i) - .object(const jni$_.$JIntArray$NullableType$()); + .object(const jni$_.JIntArrayNullableType()); } static final _id_checkContentUriPermissionFull = _class.instanceMethodId( @@ -44505,7 +44249,7 @@ class Context extends jni$_.JObject { i, i1, i2) - .object(const jni$_.$JIntArray$NullableType$()); + .object(const jni$_.JIntArrayNullableType()); } static final _id_clearWallpaper = _class.instanceMethodId( @@ -44557,7 +44301,7 @@ class Context extends jni$_.JObject { reference.pointer, _id_createAttributionContext as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createConfigurationContext = _class.instanceMethodId( @@ -44587,7 +44331,7 @@ class Context extends jni$_.JObject { reference.pointer, _id_createConfigurationContext as jni$_.JMethodIDPtr, _$configuration.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createContext = _class.instanceMethodId( @@ -44614,7 +44358,7 @@ class Context extends jni$_.JObject { final _$contextParams = contextParams?.reference ?? jni$_.jNullReference; return _createContext(reference.pointer, _id_createContext as jni$_.JMethodIDPtr, _$contextParams.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createContextForSplit = _class.instanceMethodId( @@ -44641,7 +44385,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _createContextForSplit(reference.pointer, _id_createContextForSplit as jni$_.JMethodIDPtr, _$string.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createDeviceContext = _class.instanceMethodId( @@ -44666,7 +44410,7 @@ class Context extends jni$_.JObject { ) { return _createDeviceContext( reference.pointer, _id_createDeviceContext as jni$_.JMethodIDPtr, i) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createDeviceProtectedStorageContext = @@ -44693,7 +44437,7 @@ class Context extends jni$_.JObject { Context? createDeviceProtectedStorageContext() { return _createDeviceProtectedStorageContext(reference.pointer, _id_createDeviceProtectedStorageContext as jni$_.JMethodIDPtr) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createDisplayContext = _class.instanceMethodId( @@ -44720,7 +44464,7 @@ class Context extends jni$_.JObject { final _$display = display?.reference ?? jni$_.jNullReference; return _createDisplayContext(reference.pointer, _id_createDisplayContext as jni$_.JMethodIDPtr, _$display.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createPackageContext = _class.instanceMethodId( @@ -44749,7 +44493,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _createPackageContext(reference.pointer, _id_createPackageContext as jni$_.JMethodIDPtr, _$string.pointer, i) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createWindowContext = _class.instanceMethodId( @@ -44791,7 +44535,7 @@ class Context extends jni$_.JObject { _$display.pointer, i, _$bundle.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_createWindowContext$1 = _class.instanceMethodId( @@ -44823,7 +44567,7 @@ class Context extends jni$_.JObject { _id_createWindowContext$1 as jni$_.JMethodIDPtr, i, _$bundle.pointer) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_databaseList = _class.instanceMethodId( @@ -44849,8 +44593,8 @@ class Context extends jni$_.JObject { return _databaseList( reference.pointer, _id_databaseList as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JStringNullableType())); } static final _id_deleteDatabase = _class.instanceMethodId( @@ -45265,8 +45009,8 @@ class Context extends jni$_.JObject { jni$_.JArray? fileList() { return _fileList(reference.pointer, _id_fileList as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JString$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JStringNullableType())); } static final _id_getApplicationContext = _class.instanceMethodId( @@ -45291,7 +45035,7 @@ class Context extends jni$_.JObject { Context? getApplicationContext() { return _getApplicationContext( reference.pointer, _id_getApplicationContext as jni$_.JMethodIDPtr) - .object(const $Context$NullableType$()); + .object(const $Context$NullableType()); } static final _id_getApplicationInfo = _class.instanceMethodId( @@ -45316,7 +45060,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getApplicationInfo() { return _getApplicationInfo( reference.pointer, _id_getApplicationInfo as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getAssets = _class.instanceMethodId( @@ -45340,7 +45084,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getAssets() { return _getAssets(reference.pointer, _id_getAssets as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getAttributionSource = _class.instanceMethodId( @@ -45365,7 +45109,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getAttributionSource() { return _getAttributionSource( reference.pointer, _id_getAttributionSource as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getAttributionTag = _class.instanceMethodId( @@ -45390,7 +45134,7 @@ class Context extends jni$_.JObject { jni$_.JString? getAttributionTag() { return _getAttributionTag( reference.pointer, _id_getAttributionTag as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getCacheDir = _class.instanceMethodId( @@ -45415,7 +45159,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getCacheDir() { return _getCacheDir( reference.pointer, _id_getCacheDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getClassLoader = _class.instanceMethodId( @@ -45440,7 +45184,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getClassLoader() { return _getClassLoader( reference.pointer, _id_getClassLoader as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getCodeCacheDir = _class.instanceMethodId( @@ -45465,7 +45209,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getCodeCacheDir() { return _getCodeCacheDir( reference.pointer, _id_getCodeCacheDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getColor = _class.instanceMethodId( @@ -45513,7 +45257,7 @@ class Context extends jni$_.JObject { ) { return _getColorStateList( reference.pointer, _id_getColorStateList as jni$_.JMethodIDPtr, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getContentResolver = _class.instanceMethodId( @@ -45538,7 +45282,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getContentResolver() { return _getContentResolver( reference.pointer, _id_getContentResolver as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getDataDir = _class.instanceMethodId( @@ -45562,7 +45306,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getDataDir() { return _getDataDir(reference.pointer, _id_getDataDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getDatabasePath = _class.instanceMethodId( @@ -45589,7 +45333,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getDatabasePath(reference.pointer, _id_getDatabasePath as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getDeviceId = _class.instanceMethodId( @@ -45642,7 +45386,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getDir(reference.pointer, _id_getDir as jni$_.JMethodIDPtr, _$string.pointer, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getDisplay = _class.instanceMethodId( @@ -45666,7 +45410,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getDisplay() { return _getDisplay(reference.pointer, _id_getDisplay as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getDrawable = _class.instanceMethodId( @@ -45691,7 +45435,7 @@ class Context extends jni$_.JObject { ) { return _getDrawable( reference.pointer, _id_getDrawable as jni$_.JMethodIDPtr, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getExternalCacheDir = _class.instanceMethodId( @@ -45716,7 +45460,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getExternalCacheDir() { return _getExternalCacheDir( reference.pointer, _id_getExternalCacheDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getExternalCacheDirs = _class.instanceMethodId( @@ -45742,8 +45486,8 @@ class Context extends jni$_.JObject { return _getExternalCacheDirs( reference.pointer, _id_getExternalCacheDirs as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JObjectNullableType())); } static final _id_getExternalFilesDir = _class.instanceMethodId( @@ -45770,7 +45514,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getExternalFilesDir(reference.pointer, _id_getExternalFilesDir as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getExternalFilesDirs = _class.instanceMethodId( @@ -45798,8 +45542,8 @@ class Context extends jni$_.JObject { return _getExternalFilesDirs(reference.pointer, _id_getExternalFilesDirs as jni$_.JMethodIDPtr, _$string.pointer) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JObjectNullableType())); } static final _id_getExternalMediaDirs = _class.instanceMethodId( @@ -45825,8 +45569,8 @@ class Context extends jni$_.JObject { return _getExternalMediaDirs( reference.pointer, _id_getExternalMediaDirs as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JObjectNullableType())); } static final _id_getFileStreamPath = _class.instanceMethodId( @@ -45853,7 +45597,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getFileStreamPath(reference.pointer, _id_getFileStreamPath as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getFilesDir = _class.instanceMethodId( @@ -45878,7 +45622,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getFilesDir() { return _getFilesDir( reference.pointer, _id_getFilesDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getMainExecutor = _class.instanceMethodId( @@ -45903,7 +45647,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getMainExecutor() { return _getMainExecutor( reference.pointer, _id_getMainExecutor as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getMainLooper = _class.instanceMethodId( @@ -45928,7 +45672,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getMainLooper() { return _getMainLooper( reference.pointer, _id_getMainLooper as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getNoBackupFilesDir = _class.instanceMethodId( @@ -45953,7 +45697,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getNoBackupFilesDir() { return _getNoBackupFilesDir( reference.pointer, _id_getNoBackupFilesDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getObbDir = _class.instanceMethodId( @@ -45977,7 +45721,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getObbDir() { return _getObbDir(reference.pointer, _id_getObbDir as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getObbDirs = _class.instanceMethodId( @@ -46002,8 +45746,8 @@ class Context extends jni$_.JObject { jni$_.JArray? getObbDirs() { return _getObbDirs(reference.pointer, _id_getObbDirs as jni$_.JMethodIDPtr) .object?>( - const jni$_.$JArray$NullableType$( - jni$_.$JObject$NullableType$())); + const jni$_.JArrayNullableType( + jni$_.JObjectNullableType())); } static final _id_getOpPackageName = _class.instanceMethodId( @@ -46028,7 +45772,7 @@ class Context extends jni$_.JObject { jni$_.JString? getOpPackageName() { return _getOpPackageName( reference.pointer, _id_getOpPackageName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getPackageCodePath = _class.instanceMethodId( @@ -46053,7 +45797,7 @@ class Context extends jni$_.JObject { jni$_.JString? getPackageCodePath() { return _getPackageCodePath( reference.pointer, _id_getPackageCodePath as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getPackageManager = _class.instanceMethodId( @@ -46078,7 +45822,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getPackageManager() { return _getPackageManager( reference.pointer, _id_getPackageManager as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getPackageName = _class.instanceMethodId( @@ -46103,7 +45847,7 @@ class Context extends jni$_.JObject { jni$_.JString? getPackageName() { return _getPackageName( reference.pointer, _id_getPackageName as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getPackageResourcePath = _class.instanceMethodId( @@ -46128,7 +45872,7 @@ class Context extends jni$_.JObject { jni$_.JString? getPackageResourcePath() { return _getPackageResourcePath( reference.pointer, _id_getPackageResourcePath as jni$_.JMethodIDPtr) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getParams = _class.instanceMethodId( @@ -46152,7 +45896,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getParams() { return _getParams(reference.pointer, _id_getParams as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getResources = _class.instanceMethodId( @@ -46177,7 +45921,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getResources() { return _getResources( reference.pointer, _id_getResources as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getSharedPreferences = _class.instanceMethodId( @@ -46206,7 +45950,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getSharedPreferences(reference.pointer, _id_getSharedPreferences as jni$_.JMethodIDPtr, _$string.pointer, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getString = _class.instanceMethodId( @@ -46230,7 +45974,7 @@ class Context extends jni$_.JObject { int i, ) { return _getString(reference.pointer, _id_getString as jni$_.JMethodIDPtr, i) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getString$1 = _class.instanceMethodId( @@ -46259,7 +46003,7 @@ class Context extends jni$_.JObject { final _$objects = objects?.reference ?? jni$_.jNullReference; return _getString$1(reference.pointer, _id_getString$1 as jni$_.JMethodIDPtr, i, _$objects.pointer) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getSystemService = _class.instanceMethodId( @@ -46282,7 +46026,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. $T? getSystemService<$T extends jni$_.JObject?>( jni$_.JObject? class$, { - required jni$_.JType<$T> T, + required jni$_.JObjType<$T> T, }) { final _$class$ = class$?.reference ?? jni$_.jNullReference; return _getSystemService(reference.pointer, @@ -46314,7 +46058,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _getSystemService$1(reference.pointer, _id_getSystemService$1 as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getSystemServiceName = _class.instanceMethodId( @@ -46341,7 +46085,7 @@ class Context extends jni$_.JObject { final _$class$ = class$?.reference ?? jni$_.jNullReference; return _getSystemServiceName(reference.pointer, _id_getSystemServiceName as jni$_.JMethodIDPtr, _$class$.pointer) - .object(const jni$_.$JString$NullableType$()); + .object(const jni$_.JStringNullableType()); } static final _id_getText = _class.instanceMethodId( @@ -46365,7 +46109,7 @@ class Context extends jni$_.JObject { int i, ) { return _getText(reference.pointer, _id_getText as jni$_.JMethodIDPtr, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getTheme = _class.instanceMethodId( @@ -46389,7 +46133,7 @@ class Context extends jni$_.JObject { /// The returned object must be released after use, by calling the [release] method. jni$_.JObject? getTheme() { return _getTheme(reference.pointer, _id_getTheme as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getWallpaper = _class.instanceMethodId( @@ -46414,7 +46158,7 @@ class Context extends jni$_.JObject { jni$_.JObject? getWallpaper() { return _getWallpaper( reference.pointer, _id_getWallpaper as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_getWallpaperDesiredMinimumHeight = _class.instanceMethodId( @@ -46689,7 +46433,7 @@ class Context extends jni$_.JObject { _id_obtainStyledAttributes as jni$_.JMethodIDPtr, _$attributeSet.pointer, _$is$.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_obtainStyledAttributes$1 = _class.instanceMethodId( @@ -46735,7 +46479,7 @@ class Context extends jni$_.JObject { _$is$.pointer, i, i1) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_obtainStyledAttributes$2 = _class.instanceMethodId( @@ -46767,7 +46511,7 @@ class Context extends jni$_.JObject { _id_obtainStyledAttributes$2 as jni$_.JMethodIDPtr, i, _$is$.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_obtainStyledAttributes$3 = _class.instanceMethodId( @@ -46794,7 +46538,7 @@ class Context extends jni$_.JObject { final _$is$ = is$?.reference ?? jni$_.jNullReference; return _obtainStyledAttributes$3(reference.pointer, _id_obtainStyledAttributes$3 as jni$_.JMethodIDPtr, _$is$.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_openFileInput = _class.instanceMethodId( @@ -46821,7 +46565,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _openFileInput(reference.pointer, _id_openFileInput as jni$_.JMethodIDPtr, _$string.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_openFileOutput = _class.instanceMethodId( @@ -46850,7 +46594,7 @@ class Context extends jni$_.JObject { final _$string = string?.reference ?? jni$_.jNullReference; return _openFileOutput(reference.pointer, _id_openFileOutput as jni$_.JMethodIDPtr, _$string.pointer, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_openOrCreateDatabase = _class.instanceMethodId( @@ -46892,7 +46636,7 @@ class Context extends jni$_.JObject { _$string.pointer, i, _$cursorFactory.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_openOrCreateDatabase$1 = _class.instanceMethodId( @@ -46940,7 +46684,7 @@ class Context extends jni$_.JObject { i, _$cursorFactory.pointer, _$databaseErrorHandler.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_peekWallpaper = _class.instanceMethodId( @@ -46965,7 +46709,7 @@ class Context extends jni$_.JObject { jni$_.JObject? peekWallpaper() { return _peekWallpaper( reference.pointer, _id_peekWallpaper as jni$_.JMethodIDPtr) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_registerComponentCallbacks = _class.instanceMethodId( @@ -47072,7 +46816,7 @@ class Context extends jni$_.JObject { _id_registerReceiver as jni$_.JMethodIDPtr, _$broadcastReceiver.pointer, _$intentFilter.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_registerReceiver$1 = _class.instanceMethodId( @@ -47115,7 +46859,7 @@ class Context extends jni$_.JObject { _$broadcastReceiver.pointer, _$intentFilter.pointer, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_registerReceiver$2 = _class.instanceMethodId( @@ -47164,7 +46908,7 @@ class Context extends jni$_.JObject { _$intentFilter.pointer, _$string.pointer, _$handler.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_registerReceiver$3 = _class.instanceMethodId( @@ -47217,7 +46961,7 @@ class Context extends jni$_.JObject { _$string.pointer, _$handler.pointer, i) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_removeStickyBroadcast = _class.instanceMethodId( @@ -48422,7 +48166,7 @@ class Context extends jni$_.JObject { final _$intent = intent?.reference ?? jni$_.jNullReference; return _startForegroundService(reference.pointer, _id_startForegroundService as jni$_.JMethodIDPtr, _$intent.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_startInstrumentation = _class.instanceMethodId( @@ -48594,7 +48338,7 @@ class Context extends jni$_.JObject { final _$intent = intent?.reference ?? jni$_.jNullReference; return _startService(reference.pointer, _id_startService as jni$_.JMethodIDPtr, _$intent.pointer) - .object(const jni$_.$JObject$NullableType$()); + .object(const jni$_.JObjectNullableType()); } static final _id_stopService = _class.instanceMethodId( @@ -48776,9 +48520,9 @@ class Context extends jni$_.JObject { } } -final class $Context$NullableType$ extends jni$_.JType { +final class $Context$NullableType extends jni$_.JObjType { @jni$_.internal - const $Context$NullableType$(); + const $Context$NullableType(); @jni$_.internal @core$_.override @@ -48793,29 +48537,29 @@ final class $Context$NullableType$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => this; + jni$_.JObjType get nullableType => this; @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Context$NullableType$).hashCode; + int get hashCode => ($Context$NullableType).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Context$NullableType$) && - other is $Context$NullableType$; + return other.runtimeType == ($Context$NullableType) && + other is $Context$NullableType; } } -final class $Context$Type$ extends jni$_.JType { +final class $Context$Type extends jni$_.JObjType { @jni$_.internal - const $Context$Type$(); + const $Context$Type(); @jni$_.internal @core$_.override @@ -48828,21 +48572,21 @@ final class $Context$Type$ extends jni$_.JType { ); @jni$_.internal @core$_.override - jni$_.JType get superType => const jni$_.$JObject$NullableType$(); + jni$_.JObjType get superType => const jni$_.JObjectNullableType(); @jni$_.internal @core$_.override - jni$_.JType get nullableType => const $Context$NullableType$(); + jni$_.JObjType get nullableType => const $Context$NullableType(); @jni$_.internal @core$_.override final superCount = 1; @core$_.override - int get hashCode => ($Context$Type$).hashCode; + int get hashCode => ($Context$Type).hashCode; @core$_.override bool operator ==(Object other) { - return other.runtimeType == ($Context$Type$) && other is $Context$Type$; + return other.runtimeType == ($Context$Type) && other is $Context$Type; } } diff --git a/packages/flutter/lib/src/native/java/sentry_native_java_init.dart b/packages/flutter/lib/src/native/java/sentry_native_java_init.dart index 8a9a1366a6..7c587afec4 100644 --- a/packages/flutter/lib/src/native/java/sentry_native_java_init.dart +++ b/packages/flutter/lib/src/native/java/sentry_native_java_init.dart @@ -216,6 +216,7 @@ void configureAndroidOptions({ androidOptions .setAnrTimeoutIntervalMillis(options.anrTimeoutInterval.inMilliseconds); androidOptions.setAnrEnabled(options.anrEnabled); + androidOptions.setTombstoneEnabled(options.enableTombstone); androidOptions.setAttachThreads(options.attachThreads); androidOptions.setAttachStacktrace(options.attachStacktrace); diff --git a/packages/flutter/lib/src/sentry_flutter_options.dart b/packages/flutter/lib/src/sentry_flutter_options.dart index d88afa0209..b66d516b0a 100644 --- a/packages/flutter/lib/src/sentry_flutter_options.dart +++ b/packages/flutter/lib/src/sentry_flutter_options.dart @@ -68,6 +68,12 @@ class SentryFlutterOptions extends SentryOptions { /// Available only for Android. Enabled by default. bool anrEnabled = true; + /// Enable or disable Tombstone reporting for improved native crash reporting. + /// When enabled, uses Android's `ApplicationExitInfo.REASON_CRASH_NATIVE` to + /// capture native crashes with more detailed thread information. + /// Available only for Android 12+ (API level 30+). Disabled by default. + bool enableTombstone = false; + Duration _anrTimeoutInterval = Duration(milliseconds: 5000); /// ANR Timeout internal. Default is 5000 milliseconds or 5 seconds. diff --git a/packages/flutter/lib/src/version.dart b/packages/flutter/lib/src/version.dart index 7229002934..1dd5d7c479 100644 --- a/packages/flutter/lib/src/version.dart +++ b/packages/flutter/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The default SDK name reported to Sentry.io in the submitted events. const String sdkName = 'sentry.dart.flutter'; diff --git a/packages/flutter/lib/src/web/web_sentry_js_binding.dart b/packages/flutter/lib/src/web/web_sentry_js_binding.dart index 0bef204fad..bdbbffdd6f 100644 --- a/packages/flutter/lib/src/web/web_sentry_js_binding.dart +++ b/packages/flutter/lib/src/web/web_sentry_js_binding.dart @@ -5,6 +5,9 @@ import 'package:meta/meta.dart'; import 'sentry_js_binding.dart'; +@visibleForTesting +const String jsSdkName = 'sentry.javascript.browser.flutter'; + SentryJsBinding createJsBinding() { return WebSentryJsBinding(); } @@ -26,11 +29,18 @@ class WebSentryJsBinding implements SentryJsBinding { options['defaultIntegrations'] = options['defaultIntegrations'] .map((String integration) => _createIntegration(integration)); } - _init(options.jsify()); + final jsOptions = options.jsify() as JSObject; + jsOptions['beforeSend'] = _beforeSend.toJS; + _init(jsOptions); _client = SentryJsClient(); _options = _client?.getOptions(); } + static _JsErrorEvent? _beforeSend(_JsErrorEvent event, JSAny? _) { + (event.sdk ??= _JsSdkInfo()).name = jsSdkName.toJS; + return event; + } + @override void updateSession({int? errors, String? status}) { final isolationScope = SentryJsIsolationScope(); @@ -215,3 +225,16 @@ external JSObject _dedupeIntegration(); @JS('globalThis') @internal external JSObject get globalThis; + +@JS() +extension type _JsErrorEvent._(JSObject _) implements JSObject { + external _JsSdkInfo? get sdk; + external set sdk(_JsSdkInfo? value); +} + +@JS() +extension type _JsSdkInfo._(JSObject _) implements JSObject { + external set name(JSString value); + + factory _JsSdkInfo() => _JsSdkInfo._(JSObject()); +} diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 200701d895..9b5f3fd9f0 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -1,5 +1,5 @@ name: sentry_flutter -version: 9.13.0 +version: 9.14.0 description: Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs. homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart @@ -23,13 +23,13 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - sentry: 9.13.0 + sentry: 9.14.0 package_info_plus: '>=1.0.0' meta: ^1.3.0 ffi: ^2.0.0 collection: ^1.16.0 web: ^1.1.0 - jni: ^0.15.2 + jni: 0.14.2 dev_dependencies: build_runner: ^2.4.2 @@ -46,7 +46,7 @@ dev_dependencies: git: url: https://github.com/getsentry/ffigen ref: 6aa2c2642f507eab3df83373189170797a9fa5e7 - jnigen: ^0.15.0 + jnigen: 0.14.2 platform: any flutter: diff --git a/packages/flutter/sentry-native/CMakeCache.txt b/packages/flutter/sentry-native/CMakeCache.txt index 811fc9671f..4f54a153da 100644 --- a/packages/flutter/sentry-native/CMakeCache.txt +++ b/packages/flutter/sentry-native/CMakeCache.txt @@ -2,4 +2,4 @@ # Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies. repo=https://github.com/getsentry/sentry-native -version=0.12.6 +version=0.12.8 diff --git a/packages/flutter/test/sentry_flutter_options_test.dart b/packages/flutter/test/sentry_flutter_options_test.dart index 81f723a061..a5b62284ab 100644 --- a/packages/flutter/test/sentry_flutter_options_test.dart +++ b/packages/flutter/test/sentry_flutter_options_test.dart @@ -51,5 +51,12 @@ void main() { expect(options.enableMemoryPressureBreadcrumbs, isTrue); expect(options.enableAutoNativeBreadcrumbs, isFalse); }); + + testWidgets('enableTombstone defaults to false', + (WidgetTester tester) async { + final options = defaultTestOptions(); + + expect(options.enableTombstone, isFalse); + }); }); } diff --git a/packages/flutter/test/web/web_sentry_js_binding_test.dart b/packages/flutter/test/web/web_sentry_js_binding_test.dart index 9da41db0e9..7599ff588e 100644 --- a/packages/flutter/test/web/web_sentry_js_binding_test.dart +++ b/packages/flutter/test/web/web_sentry_js_binding_test.dart @@ -1,6 +1,7 @@ @TestOn('browser') library; +import 'dart:async'; import 'dart:js_interop'; import 'dart:js_interop_unsafe'; @@ -36,6 +37,94 @@ void main() { expect(firstResult, cachedResult); expect(secondResult, cachedResult); }); + + test('sets the JS SDK name for native JS errors', () async { + final sut = await fixture.getSut(); + sut.init({'dsn': fakeDsn}); + + const expectedMessage = 'native js captureException error'; + final client = _getClient(); + if (client == null) { + throw StateError('Sentry client is not registered'); + } + + final interceptedEvent = Completer>(); + void completeFailure(String message) { + if (!interceptedEvent.isCompleted) { + interceptedEvent.completeError(StateError(message)); + } + } + + final JSFunction beforeSendEventCallback = ((JSAny? event, JSAny? _) { + if (interceptedEvent.isCompleted) { + return; + } + if (event == null) { + completeFailure('beforeSendEvent callback received a null event.'); + return; + } + if (!event.isA()) { + completeFailure( + 'beforeSendEvent callback received a non-JSObject event.'); + return; + } + + final eventMap = (event as JSObject).dartify() as Map; + final exception = eventMap['exception']; + if (exception is! Map) { + completeFailure( + "beforeSendEvent event is missing an 'exception' map."); + return; + } + + final values = exception['values']; + if (values is! List || values.isEmpty) { + completeFailure( + "beforeSendEvent event exception map is missing a non-empty 'values' list."); + return; + } + + final firstValue = values.first; + if (firstValue is! Map) { + completeFailure( + "beforeSendEvent event exception values first item is not a map."); + return; + } + + final value = firstValue['value']; + if (value == null) { + completeFailure( + "beforeSendEvent event is missing exception 'value'."); + return; + } + + if (!value.toString().contains(expectedMessage)) { + completeFailure( + "beforeSendEvent exception value does not contain '$expectedMessage'. Actual: '$value'", + ); + return; + } + + interceptedEvent.complete(eventMap); + }).toJS; + client.on('beforeSendEvent'.toJS, beforeSendEventCallback); + + final sentry = _globalThis['Sentry'] as JSObject?; + final jsError = + _globalThis.callMethod('Error'.toJS, expectedMessage.toJS); + sentry!.callMethod('captureException'.toJS, jsError); + + final processedEvent = + await interceptedEvent.future.timeout(const Duration(seconds: 5)); + final sdk = processedEvent['sdk'] as Map?; + final exception = processedEvent['exception'] as Map?; + final values = exception?['values'] as List?; + final firstValue = values?.first as Map?; + + expect(sdk, isNotNull); + expect(sdk!['name'], jsSdkName); + expect(firstValue?['value'], contains(expectedMessage)); + }); }); } @@ -51,3 +140,16 @@ class Fixture { @JS('globalThis') external JSObject get _globalThis; + +@JS('Sentry.getClient') +external SentryJsClient? _getClient(); + +@JS() +@staticInterop +class SentryJsClient { + external factory SentryJsClient(); +} + +extension _SentryJsClientExtension on SentryJsClient { + external void on(JSString event, JSFunction callback); +} diff --git a/packages/hive/lib/src/version.dart b/packages/hive/lib/src/version.dart index 012013cb34..e9735bf0ba 100644 --- a/packages/hive/lib/src/version.dart +++ b/packages/hive/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_hive'; diff --git a/packages/hive/pubspec.yaml b/packages/hive/pubspec.yaml index 265f4aa5af..49e502bdcf 100644 --- a/packages/hive/pubspec.yaml +++ b/packages/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_hive description: An integration which adds support for performance tracing for the hive package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -17,7 +17,7 @@ platforms: web: dependencies: - sentry: 9.13.0 + sentry: 9.14.0 hive: ^2.2.3 meta: ^1.3.0 diff --git a/packages/isar/lib/src/version.dart b/packages/isar/lib/src/version.dart index ed8f085fd8..07d769b88f 100644 --- a/packages/isar/lib/src/version.dart +++ b/packages/isar/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_isar'; diff --git a/packages/isar/pubspec.yaml b/packages/isar/pubspec.yaml index b283356611..d554aa804b 100644 --- a/packages/isar/pubspec.yaml +++ b/packages/isar/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_isar description: An integration which adds support for performance tracing for the isar package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -20,7 +20,7 @@ platforms: dependencies: isar: ^3.1.0 isar_flutter_libs: ^3.1.0 # contains Isar Core - sentry: 9.13.0 + sentry: 9.14.0 meta: ^1.3.0 path: ^1.8.3 diff --git a/packages/link/pubspec.yaml b/packages/link/pubspec.yaml index d37b48a2bd..381c841073 100644 --- a/packages/link/pubspec.yaml +++ b/packages/link/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_link description: Automatic capture of exceptions and GraphQL errors for the gql eco-system, like graphql and ferry -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -13,7 +13,7 @@ dependencies: gql_exec: ">=0.4.4 <2.0.0" gql_link: ">=0.5.0 <2.0.0" gql: ">=0.14.0 <2.0.0" - sentry: 9.13.0 + sentry: 9.14.0 dev_dependencies: lints: ^4.0.0 diff --git a/packages/logging/lib/src/version.dart b/packages/logging/lib/src/version.dart index bddcb3a066..2e2a8493c3 100644 --- a/packages/logging/lib/src/version.dart +++ b/packages/logging/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_logging'; diff --git a/packages/logging/pubspec.yaml b/packages/logging/pubspec.yaml index ff8f2a106b..be8fd5ed49 100644 --- a/packages/logging/pubspec.yaml +++ b/packages/logging/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_logging description: An integration which adds support for recording log from the logging package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -19,7 +19,7 @@ platforms: dependencies: logging: ^1.0.0 - sentry: 9.13.0 + sentry: 9.14.0 meta: ^1.3.0 dev_dependencies: diff --git a/packages/sqflite/lib/src/version.dart b/packages/sqflite/lib/src/version.dart index 5df8459473..485921a4bb 100644 --- a/packages/sqflite/lib/src/version.dart +++ b/packages/sqflite/lib/src/version.dart @@ -1,5 +1,5 @@ /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '9.13.0'; +const String sdkVersion = '9.14.0'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_sqflite'; diff --git a/packages/sqflite/pubspec.yaml b/packages/sqflite/pubspec.yaml index 43471cf92b..45862e5564 100644 --- a/packages/sqflite/pubspec.yaml +++ b/packages/sqflite/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_sqflite description: An integration which adds support for performance tracing for the sqflite package. -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/flutter/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -15,7 +15,7 @@ platforms: macos: dependencies: - sentry: 9.13.0 + sentry: 9.14.0 sqflite: ^2.2.8 sqflite_common: ^2.0.0 meta: ^1.3.0 diff --git a/packages/supabase/pubspec.yaml b/packages/supabase/pubspec.yaml index adc308984f..b4d980a888 100644 --- a/packages/supabase/pubspec.yaml +++ b/packages/supabase/pubspec.yaml @@ -1,6 +1,6 @@ name: sentry_supabase description: "Sentry integration for Supabase. Adds performance tracing, breadcrumbs, and error capturing for Supabase database operations in Dart apps." -version: 9.13.0 +version: 9.14.0 homepage: https://docs.sentry.io/platforms/dart/ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues @@ -11,7 +11,7 @@ environment: dependencies: http: ^1.3.0 meta: ^1.3.0 - sentry: 9.13.0 + sentry: 9.14.0 dev_dependencies: supabase: ^2.6.0