OGive constructor
OGive({
- required DStatement? target,
- required DStatement? content,
Implementation
OGive({required this.target, required this.content});