ComplyWithGuidelines constructor

ComplyWithGuidelines({
  1. String? recommendationReason,
})

Implementation

ComplyWithGuidelines({
  this.recommendationReason,
});