Status constructor

Status({
  1. String? response,
  2. String? time,
})

Creates a new instance of Status.

Both parameters are optional.

Implementation

Status({this.response, this.time});