menu
dart_mappable package
documentation
dart_mappable.dart
CopyWithBase<Result, In, Out>
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
dart_mappable
CopyWithBase<Result, In, Out>
or<T> method
CopyWithBase class