SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.fromJson constructor

SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.fromJson(
  1. Map json_
)

Implementation

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