menu
api_agent package
documentation
api_agent.dart
TypeAgent<T>
mapAs<U> method
mapAs<U> method
dark_mode
light_mode
mapAs<
U
>
method
T
mapAs
<
U
>(
U
fn
()
)
Implementation
T mapAs<U>(U Function() fn) => fn() as T;
api_agent package
documentation
api_agent
TypeAgent<T>
mapAs<U> method
TypeAgent class