platforms property
The list of platforms on which to filter; may be empty.
The filters represented by multiple platforms are ORed together (i.e., if non-empty, results must match any one of the platforms).
Implementation
core.List<core.String>? platforms;