PersonJoinedOptions constructor

PersonJoinedOptions({
  1. required String name,
  2. ShowAlert? showAlert,
})

Implementation

PersonJoinedOptions({
  required this.name,
  this.showAlert,
});