nativeTypeMapping top-level constant

Map<String, String> const nativeTypeMapping

Implementation

const Map<String, String> nativeTypeMapping = {
  "Void": "void",
  "Char": "int",
  "Int8": "int",
  "Int16": "int",
  "Int32": "int",
  "Int64": "int",
  "Uint8": "int",
  "Uint16": "int",
  "Uint32": "int",
  "Uint64": "int",
  "Double": "double",
  "Float": "double",
};