os property

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

The operating system reported by the client

Implementation

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