RetrieveOpts constructor

RetrieveOpts({
  1. String? id,
})

Implementation

RetrieveOpts({
  this.id,
});