platform property

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

either a Platform or an empty string

Implementation

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