ScpStatus constructor

ScpStatus({
  1. String status = ScpStatus.RESULT_ERROR,
})

Implementation

ScpStatus({this.status = ScpStatus.RESULT_ERROR});