genObjcCode static method
void
genObjcCode(})
Implementation
static void genObjcCode(
List<GenClassBean> list,
String projectPrefix,
String savePath,
String type, {
bool nullSafeSupport = true,
}) {
savePath += "/" + (projectPrefix + type).replaceAll(".", "/");
platforms_source_start_gen_objc(projectPrefix, savePath, list,
nullSafe: nullSafeSupport);
convertResultType(savePath, projectPrefix);
}