RestApiConfiguration constructor

RestApiConfiguration({
  1. Map<String, dynamic>? headers,
  2. List<CustomResponseEntity>? customResponseEntityList,
})

Implementation

RestApiConfiguration({this.headers, this.customResponseEntityList});