menu
danela package
documentation
danela.dart
RequestMapper<R, T>
RequestMapper const constructor
RequestMapper const constructor
dark_mode
light_mode
RequestMapper<
R
,
T
>
constructor
const
RequestMapper<
R
,
T
>
(
{
T
mapJson
(
Map
<
String
,
dynamic
>
json
)?,
T
mapData
(
dynamic
data
)?,
T
mapResponse
(
R
resp
)?,
T
onError
(
Object
e
)?,
})
Implementation
const RequestMapper({ this.mapJson, this.mapData, this.mapResponse, this.onError, });
danela package
documentation
danela
RequestMapper<R, T>
RequestMapper const constructor
RequestMapper class