menu
autobot package
documentation
components/task/task.mapper.g.dart
BaseCopyWith<$T, $R>
or<T> method
or<T> method
dark_mode
light_mode
or<
T
>
method
T
or
<
T
>(
Object
?
_v
,
T
v
)
Implementation
T or<T>(Object? _v, T v) => _v == _none ? v : _v as T;
autobot package
documentation
components/task/task.mapper.g
BaseCopyWith<$T, $R>
or<T> method
BaseCopyWith class