menu
structures package
documentation
structures.dart
MapValue<S, T>
cast<RK, RV> method
cast<RK, RV> method
dark_mode
light_mode
cast<
RK
,
RV
>
method
Map
<
RK
,
RV
>
cast
<
RK
,
RV
>(
)
Implementation
Map<RK, RV> cast<RK, RV>() { return value.cast<RK, RV>(); }
structures package
documentation
structures
MapValue<S, T>
cast<RK, RV> method
MapValue extension on
Value
<
Map
<
S
,
T
>
>