uid property

  1. @JsonKey(name: 'uid')
int? uid
final

The user ID. For the recipient: The ID of the remote user who sent the Metadata. For the sender: Ignore it.

Implementation

@JsonKey(name: 'uid')
final int? uid;