ErrorLogEntry constructor

ErrorLogEntry({
  1. List<String>? errorDetails,
  2. String? objectUri,
})

Implementation

ErrorLogEntry({this.errorDetails, this.objectUri});