User constructor

User(
  1. Uint8List id,
  2. Uint8List loginHash
)

Implementation

User(
  this.id,
  this.loginHash
);