NotificationDetailInvite constructor

NotificationDetailInvite({
  1. String? inviteMessage,
  2. required String worldId,
  3. required String worldName,
})

Returns a new NotificationDetailInvite instance.

Implementation

NotificationDetailInvite({
  this.inviteMessage,
  required this.worldId,
  required this.worldName,
});