menu
dartvel_dev package
documentation
dartvel_backend.dart
Body
jsonDecode method
jsonDecode method
dark_mode
light_mode
jsonDecode
method
Future
jsonDecode
(
[
Encoding
enc
=
utf8
])
Implementation
Future<dynamic> jsonDecode([Encoding enc = utf8]) async => _jsonDecode(await text(enc));
dartvel_dev package
documentation
dartvel_backend
Body
jsonDecode method
Body class