status property

OnfidoCheckStatus? get status

Implementation

OnfidoCheckStatus? get status =>
    _map["status"].toString().toOnfidoCheckStatus();