SecurityPolicy constructor

SecurityPolicy({
  1. String? name,
  2. bool? preview,
  3. String? type,
})

Implementation

SecurityPolicy({this.name, this.preview, this.type});