maskedIp property

  1. @JsonKey.new(includeIfNull: true, name: 'masked_ip')
String? maskedIp
final

Semi-redacted IP address recorded for this session

Implementation

@JsonKey(includeIfNull: true, name: 'masked_ip')
final String? maskedIp;