UserMigrationBean constructor

UserMigrationBean({
  1. String? accountId,
  2. String? key,
  3. String? username,
})

Implementation

UserMigrationBean({this.accountId, this.key, this.username});