PendingOp constructor
const
PendingOp({})
Implementation
const PendingOp({
required this.opId,
required this.scopeName,
required this.scopeKeys,
required this.type,
required this.id,
this.payload,
required this.updatedAt,
});