typeMap property

Map<String, int> typeMap
final

Implementation

static final Map<String, int> typeMap = {
  'boolean': 0,
  'double': 1,
  'int': 2,
  'float': 3,
  'string': 4,
  'json': 4,
  'raw': 5,
  'rpc': 5,
  'msgpack': 5,
  'protobuff': 5,
  'boolean[]': 16,
  'double[]': 17,
  'int[]': 18,
  'float[]': 19,
  'string[]': 20,
};