menu
chart_xutil package
documentation
chart_xutil.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; }
chart_xutil package
documentation
chart_xutil
jsIf2 function
xutil library