userAgent property
The user agent string identifying the device
Implementation
@JsonKey(includeIfNull: false, name: 'user_agent')
final String? userAgent;
The user agent string identifying the device
@JsonKey(includeIfNull: false, name: 'user_agent')
final String? userAgent;