ErrorFingerprint constructor

const ErrorFingerprint({
  1. required String hash,
  2. required String errorType,
  3. required List<String> topFrames,
})

Implementation

const ErrorFingerprint({
  required this.hash,
  required this.errorType,
  required this.topFrames,
});