mapOr<U> abstract method
U
mapOr<U>(
- U defaultValue,
- U toValue(
- T
Implementation
U mapOr<U>(U defaultValue, U Function(T) toValue);
U mapOr<U>(U defaultValue, U Function(T) toValue);