ReportType constructor

ReportType(
  1. dynamic id,
  2. dynamic jsonValue
)

Implementation

ReportType(super.id, super.jsonValue);