PlatformTypeJsonValue top-level constant

Map<PlatformType, String> const PlatformTypeJsonValue

Implementation

const PlatformTypeJsonValue = {
  PlatformType.IOS: 'ios',
  PlatformType.ANDROID: 'android',
};