PackInviteResponse constructor
const
PackInviteResponse({
- required String code,
- required PackInviteResponseTypeType type,
- required PackInviteResponsePack pack,
- required bool temporary,
- UserPartialResponse? inviter,
- DateTime? expiresAt,
Implementation
const PackInviteResponse({
required this.code,
required this.type,
required this.pack,
required this.temporary,
this.inviter,
this.expiresAt,
});