OnLoginData constructor

OnLoginData(
  1. int code,
  2. String text
)

Implementation

OnLoginData(
  this.code,
  this.text,
);