ServerAllowOrigins constructor

const ServerAllowOrigins({
  1. required Set<String> origins,
  2. required bool inherit,
})

Implementation

const ServerAllowOrigins({required this.origins, required this.inherit});