menu
khadem package
documentation
http.dart
Request
attribute<T> method
attribute<T> method
dark_mode
light_mode
attribute<
T
>
method
T?
attribute
<
T
>(
String
key
)
Gets a custom attribute
Implementation
T? attribute<T>(String key) => _params.attribute<T>(key);
khadem package
documentation
http
Request
attribute<T> method
Request class