uid property

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

The user ID of the host.

Implementation

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