RestApiConfiguration constructor

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

Implementation

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