SdkInfo class
Identifies this SDK (name + version) on outbound requests so the backend can report which SDKs/versions are in use and flag outdated integrations.
Important: version is hardcoded because Dart exposes no reliable
runtime version for the package itself. Bump it together with the version:
field in pubspec.yaml and the CHANGELOG entry so the reported version stays
accurate.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited