SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.fromJson constructor
SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.fromJson(
- Map json_
Implementation
SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.fromJson(core.Map json_)
: this(
contentTypes: (json_['contentTypes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);