InviteAction constructor

InviteAction({
  1. required String principal,
})

Implementation

InviteAction({
  required this.principal,
});