Dsr constructor

Dsr({
  1. bool? needDsrCenter,
  2. dynamic dsrContent,
})

Implementation

Dsr({this.needDsrCenter, this.dsrContent});