ScreenMeetError constructor

ScreenMeetError(
  1. String _text,
  2. int _code
)

Implementation

ScreenMeetError(this._text, this._code);