LoginResponse constructor

LoginResponse({
  1. String? token,
  2. Tag? tag,
  3. int? messageType,
  4. String? text,
  5. int? result,
})

Implementation

LoginResponse(
    {this.token,
    this.tag,
    this.messageType,
    this.text,
    this.result});