ImpersonateUserTemplate<T extends VirtualAccountState> constructor

const ImpersonateUserTemplate<T extends VirtualAccountState>({
  1. Key? key,
  2. int? groupID,
  3. dynamic onSelect(
    1. String
    )?,
  4. bool searchEnabled = false,
})

Implementation

const ImpersonateUserTemplate({
  Key? key,
  this.groupID,
  this.onSelect,
  this.searchEnabled = false,
}) : super(key: key);