platform property

  1. @JsonKey(name: r'platform', required: false, includeIfNull: false)
String? platform
final

This can be standalonewindows or android, but can also pretty much be any random Unity verison such as 2019.2.4-801-Release or 2019.2.2-772-Release or even unknownplatform.

Implementation

@JsonKey(name: r'platform', required: false, includeIfNull: false)
final String? platform;