inviterId property

  1. @JsonKey(name: 'inviterid')
int get inviterId
inherited

The ID of the User who created this invite.

Implementation

@JsonKey(name: 'inviterid')
int get inviterId => throw _privateConstructorUsedError;