group property
Optional group identifier for group messages.
Special Behavior: When a group message is split into individual messages for
group members, the receiver field is updated to the member's ID, and the original
group ID is stored in this group field to preserve context.
Returns: Original group ID for split group messages, null for direct messages.
Implementation
@override
ID? get group => ID.parse(this['group']);