throwable property

  1. @JsonKey()
Throwable? throwable
getter/setter pair

Holds additional information regarding the exception if this was created from a Throwable returned by the native SDK.

Implementation

@JsonKey()
Throwable? throwable;