OpsEntityItem constructor

OpsEntityItem({
  1. String? captureTime,
  2. List<Map<String, String>>? content,
})

Implementation

OpsEntityItem({
  this.captureTime,
  this.content,
});