bool isBuiltInType(String type) { return ['int', 'num', 'string', 'double', 'map', 'list'].contains(type); }