RouteContentSpec constructor

RouteContentSpec({
  1. String subpath = '',
  2. List<RouteCorsRule> cors = const [],
  3. bool index = false,
  4. bool iap = false,
  5. String compression = 'brotli',
})

Implementation

RouteContentSpec({this.subpath = '', this.cors = const [], this.index = false, this.iap = false, this.compression = 'brotli'});