PolicyStatus constructor

PolicyStatus(
  1. bool? isPublic
)

Implementation

PolicyStatus(
  this.isPublic,
);