status property

int? status

Status. Either 1 (success) or 0 (failure) Null if root is present

Implementation

int? get status => _status;