Status constructor

const Status(
  1. int code,
  2. String _message
)

Implementation

const Status(this.code, this._message);