status property
String?
get
status
Status of the response as given by Veriff. "success" | "fail". This is the status of the last API call of the flow that has already ended
Implementation
String? get status => _map["status"] as String?;