RestApiConfiguration constructor
RestApiConfiguration({
- Map<
String, dynamic> ? headers, - List<
CustomResponseEntity> ? customResponseEntityList,
Implementation
RestApiConfiguration({this.headers, this.customResponseEntityList});