TelemetryTrustedValue<T> class
A special value wrapper denoting a value that is safe to not clean. This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- TelemetryTrustedValue.new(T value)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T
-
Available on TelemetryTrustedValue<
The value that is trusted to not contain PII.T> , provided by the TelemetryTrustedValue$Typings extensionno setter
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