AccountDocument constructor

const AccountDocument({
  1. String? back,
  2. String? front,
})

verification_document_specs

A document verifying the business.

Implementation

const AccountDocument({
  this.back,
  this.front,
});