SecurityPosture constructor

SecurityPosture({
  1. String? devicePosture,
  2. List<PostureDetail>? postureDetails,
})

Implementation

SecurityPosture({
  this.devicePosture,
  this.postureDetails,
});