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