localUid property

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

本地用户 ID。

Implementation

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