SealdSearchGroupTMRTemporaryKeysOpts constructor

SealdSearchGroupTMRTemporaryKeysOpts({
  1. String groupId = "",
  2. int page = 1,
  3. bool all = false,
})

Implementation

SealdSearchGroupTMRTemporaryKeysOpts({
  this.groupId = "",
  this.page = 1,
  this.all = false,
});