SSESpecification constructor

SSESpecification({
  1. required bool enabled,
})

Implementation

SSESpecification({
  required this.enabled,
});