OGive constructor

OGive({
  1. required DStatement? target,
  2. required DStatement? content,
})

Implementation

OGive({required this.target, required this.content});