GroupTransferOwner constructor
const
GroupTransferOwner({
- Key? key,
- required GroupSettingStore settingStore,
Implementation
const GroupTransferOwner({
super.key,
required this.settingStore,
});