LogObject constructor

LogObject({
  1. String? feature,
  2. String? log,
})

Implementation

LogObject({this.feature, this.log});