map<B> abstract method

Response<B> map<B>(
  1. B mapper(
    1. T? t
    )
)

Implementation

Response<B> map<B>(B Function(T? t) mapper);