AppsappIdcopyProperties constructor

AppsappIdcopyProperties({
  1. bool? assignUserToken,
  2. bool? excludeFiles,
  3. bool? keepData,
  4. bool? usersAndRoles,
})

Implementation

AppsappIdcopyProperties(
    {this.assignUserToken,
    this.excludeFiles,
    this.keepData,
    this.usersAndRoles});