menu
fast_http package
documentation
core/API/request_method.dart
right<L, R> function
right<L, R> function
dark_mode
light_mode
right<
L
,
R
>
function
Either
<
L
,
R
>
right
<
L
,
R
>(
R
r
)
Implementation
Either<L, R> right<L, R>(R r) => new Right(r);
fast_http package
documentation
core/API/request_method
right<L, R> function
request_method library