status property
String?
get
status
The status of the verification. Will be either "approved", "resubmission_requested", or “declined". The values “review", “expired", and "abandoned" are also verification status values defined in Veriff docs, but are not supported.
Implementation
String? get status => _map["status"] as String?;