CommandDeleteInviteLink constructor

const CommandDeleteInviteLink({
  1. required String share_id,
})

Implementation

const CommandDeleteInviteLink({
  required this.share_id,
});