OpsEntity constructor
OpsEntity({
- Map<
String, OpsEntityItem> ? data, - String? id,
Implementation
OpsEntity({
this.data,
this.id,
});
OpsEntity({
this.data,
this.id,
});