user constant

User const user

Implementation

static const user = User(
  userName: 'John Doe',
  password: 'password',
  isVerified: true,
);