browser property

  1. @JsonKey.new(includeIfNull: false)
String? browser
final

The browser reported by the client

Implementation

@JsonKey(includeIfNull: false)
final String? browser;