values constant

Map<String, String> const values

Implementation

static const Map<String, String> values = {
  'android': android,
  'ios': ios,
};