InviteModel constructor

const InviteModel({
  1. String? targetId,
  2. String? type,
  3. String? eventId,
})

Implementation

const factory InviteModel({
  String? targetId,
  String? type,
  String? eventId,
}) = _InviteModel;