CORSConfiguration constructor

CORSConfiguration(
  1. CORSRule? cORSRules
)

Implementation

CORSConfiguration(
  this.cORSRules,
);