LogInfo constructor

LogInfo({
  1. String? content,
  2. String? requestID,
})

Implementation

LogInfo({this.content, this.requestID});