menu
e_chart package
documentation
e_chart.dart
jsIf2 function
jsIf2 function
dark_mode
light_mode
jsIf2
function
int
jsIf2
(
bool
a
)
模拟js 三目运算符返回结果
Implementation
int jsIf2(bool a) { return a ? 1 : 0; }
e_chart package
documentation
e_chart
jsIf2 function
xchart library