OpsEntity constructor

OpsEntity({
  1. Map<String, OpsEntityItem>? data,
  2. String? id,
})

Implementation

OpsEntity({
  this.data,
  this.id,
});