SecurityPosture constructor
SecurityPosture({
- String? devicePosture,
- List<
PostureDetail> ? postureDetails,
Implementation
SecurityPosture({
this.devicePosture,
this.postureDetails,
});