IamPolicyAnalysisState constructor

IamPolicyAnalysisState({
  1. String? cause,
  2. String? code,
})

Implementation

IamPolicyAnalysisState({this.cause, this.code});