ApproveAccountRequest constructor

ApproveAccountRequest({
  1. String? approvalName,
  2. Map<String, String>? properties,
  3. String? reason,
})

Implementation

ApproveAccountRequest({
  this.approvalName,
  this.properties,
  this.reason,
});