type property

CrashlitycsType? type
getter/setter pair

Here we define by default http request But you can override this This value is used to know in which type of context the error happens

CrashlitycsType.http is when you tried a http request that failed for some reason

Implementation

CrashlitycsType? type = CrashlitycsType.http;