CorsSettings.fromJson constructor
CorsSettings.fromJson(
- Map json_
Implementation
CorsSettings.fromJson(core.Map json_)
: this(allowHttpOptions: json_['allowHttpOptions'] as core.bool?);
CorsSettings.fromJson(core.Map json_)
: this(allowHttpOptions: json_['allowHttpOptions'] as core.bool?);