worldId property

  1. @JsonKey(name: r'worldId', required: false, includeIfNull: false)
String? worldId
final

WorldID be "offline" on User profiles if you are not friends with that user.

Implementation

@JsonKey(name: r'worldId', required: false, includeIfNull: false)
final String? worldId;