status property

OnfidoReportStatus? get status

Implementation

OnfidoReportStatus? get status =>
    _map["status"].toString().toOnfidoReportStatus();