unique property

  1. @JsonKey.new(includeIfNull: false)
bool? unique
final

Whether to create a new unique invite or reuse an existing one

Implementation

@JsonKey(includeIfNull: false)
final bool? unique;