CrashInfo constructor

CrashInfo({
  1. String error = '',
  2. String errorType = '',
})

Implementation

CrashInfo({this.error = '', this.errorType = ''});