menu
yui_kit package
documentation
yui.dart
result2json<Value> function
result2json<Value> function
dark_mode
light_mode
result2json<
Value
>
function
String
result2json
<
Value
>(
Result
<
Value
>
result
)
Implementation
String result2json<Value>(Result<Value> result) { final json = jsonEncode(result); return json; }
yui_kit package
documentation
yui
result2json<Value> function
yui library