menu
ella package
documentation
marshal/MarshalledMapValuePhase.dart
MarshalledMapValuePhase<T>
asBool method
asBool method
dark_mode
light_mode
asBool
method
Map
<
T
,
bool
>
asBool
(
)
Casts raw values to bool.
Implementation
Map<T, bool> asBool() { return asRaw().cast<T, bool>(); }
ella package
documentation
marshal/MarshalledMapValuePhase
MarshalledMapValuePhase<T>
asBool method
MarshalledMapValuePhase class