platform property

String platform

get platform of mtx item

Implementation

String get platform =>
    vbucksPlatform[attributes["platform"]] ?? attributes["platform"];