inviter property

  1. @JsonKey.new(includeIfNull: false)
UserPartialResponse? inviter
final

The user who created the invite

Implementation

@JsonKey(includeIfNull: false)
final UserPartialResponse? inviter;