json2dart icon indicating copy to clipboard operation
json2dart copied to clipboard

能默认final 可选类型吗,

Open runningTeemo opened this issue 2 years ago • 1 comments

Platforms

dart

Description

生成之后的数据,能默认加上final修饰和可选类型吗,

Why

No response

runningTeemo avatar Apr 11 '24 10:04 runningTeemo

现在只能自己改源码了,修改 main.dart.js 文件。

z.a+=" "+a.gaf()+" "+H.b(y)+";\n" 改为 z.a+="? "+a.gaf()+" "+H.b(y)+";\n"

return this.c+this.b+"("+z.h(0)+");" 改为 return this.c+this.b+"(\{"+z.h(0)+"\});"

ElvistLui avatar Sep 14 '24 07:09 ElvistLui