GetFlipRawResponse constructor

GetFlipRawResponse({
  1. String jsonrpc,
  2. int id,
  3. GetFlipRawResponseResult result,
})

Implementation

GetFlipRawResponse({
  this.jsonrpc,
  this.id,
  this.result,
});