lastPlatform property

  1. @JsonKey(name: r'last_platform', required: true, includeIfNull: false)
String lastPlatform
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'last_platform', required: true, includeIfNull: false)
final String lastPlatform;