W3GResponse constructor

W3GResponse({
  1. String? rawData,
  2. Map<String, dynamic>? parsedData,
})

Implementation

W3GResponse({
  this.rawData,
  this.parsedData,
});