MyIdReaderConfig constructor

MyIdReaderConfig({
  1. MyIdReaderDocumentType? documentType,
  2. MyIdReaderEntryType? entryType,
  3. MyIdReaderLocale? locale,
})

Implementation

MyIdReaderConfig({
  this.documentType,
  this.entryType,
  this.locale,
});