FlipGetKeyRequest constructor

FlipGetKeyRequest({
  1. String method,
  2. List<String> params,
  3. int id,
  4. String key,
})

Implementation

FlipGetKeyRequest({
  this.method,
  this.params,
  this.id,
  this.key,
});