map<V> method
Implementation
RxVal<V> map<V>(V Function(T value) mapper) => _MappedRxVal(
rxVal: this,
mapper: mapper,
);
RxVal<V> map<V>(V Function(T value) mapper) => _MappedRxVal(
rxVal: this,
mapper: mapper,
);