WebConfig constructor

WebConfig({
  1. bool? addVersionQueryParam,
  2. WebVersioningType? webVersioningType,
})

Implementation

WebConfig({this.addVersionQueryParam, this.webVersioningType});