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