canAddToGroup property

  1. @JsonKey(name: 'can_add_to_group')
bool? canAddToGroup
inherited

Can I add this contact to group chats.

Implementation

@JsonKey(name: 'can_add_to_group')
bool? get canAddToGroup => throw _privateConstructorUsedError;