UserPickerData constructor
const
UserPickerData({})
Implementation
const UserPickerData({
required this.key,
required this.label,
this.avatarURL,
this.extraData,
this.isPreSelected = false,
});
const UserPickerData({
required this.key,
required this.label,
this.avatarURL,
this.extraData,
this.isPreSelected = false,
});