AccountUnificationAccountController constructor

const AccountUnificationAccountController({
  1. bool? isController,
  2. required AccountUnificationAccountControllerType type,
})

AccountUnificationAccountController

Implementation

const AccountUnificationAccountController({
  this.isController,
  required this.type,
});