DnaResponse constructor

DnaResponse(
  1. bool status,
  2. String body
)

Response returened by the logDna.log() method. The body is the response body from the ingestion api

Implementation

DnaResponse(this.status, this.body);