CspDirective constructor

const CspDirective(
  1. String directiveName, [
  2. List<String> arguments = const []
])

Implementation

const CspDirective(this.directiveName, [this.arguments = const []]);