world property

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

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

Implementation

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