WebACLSummary constructor

WebACLSummary({
  1. required String name,
  2. required String webACLId,
})

Implementation

WebACLSummary({
  required this.name,
  required this.webACLId,
});