Report constructor
Implementation
Report(
id,
createdAt,
updatedAt,
objectType,
mode,
this.endDate,
this.includeChildren,
this.startDate,
this.status,
this.url,
this.urlExpiresAt,
) : super(id, createdAt, updatedAt, objectType, mode);