DriveChannel constructor

DriveChannel({
  1. String? url,
  2. String? id,
  3. String? category,
  4. String? resourceId,
  5. String? resourceUri,
  6. String? userToken,
  7. String? type,
  8. int? expirationTime,
  9. Map<String, String>? params,
  10. bool? payload,
})

Implementation

DriveChannel({
  this.url,
  this.id,
  this.category,
  this.resourceId,
  this.resourceUri,
  this.userToken,
  this.type,
  this.expirationTime,
  this.params,
  this.payload,
});