menu
dart_mappable package
documentation
internals.dart
BaseCopyWith<$T, $R>
or<T> method
or<T> method
dark_mode
light_mode
or<
T
>
method
T
or
<
T
>(
Object
?
v
,
T
t
)
Implementation
T or<T>(Object? v, T t) => v == $none ? t : v as T;
dart_mappable package
documentation
internals
BaseCopyWith<$T, $R>
or<T> method
BaseCopyWith class