menu
vania package
documentation
http/request.dart
Request
integer method
integer method
dark_mode
light_mode
integer
method
int
?
integer
(
String
key
)
Implementation
int? integer(String key) { return int.tryParse(_all[key].toString()); }
vania package
documentation
http/request
Request
integer method
Request class