apiConfig property
OcrMrzApiConfig?
get
apiConfig
Implementation
OcrMrzApiConfig? get apiConfig => _apiConfigNotifier.value;
set
apiConfig
(OcrMrzApiConfig? newConfig)
Implementation
set apiConfig(OcrMrzApiConfig? newConfig) => _apiConfigNotifier.value = newConfig;