TrustPinLogEvent constructor
- required TrustPinLogLevel level,
- required String instanceId,
- required String message,
Creates a log event. Exposed for testing; production events are constructed from the platform stream.
Implementation
const TrustPinLogEvent({
required this.level,
required this.instanceId,
required this.message,
});