LoginForm constructor

LoginForm({
  1. String phone = '',
  2. bool notifications = true,
})

Implementation

LoginForm({
  this.phone = '',
  this.notifications = true,
});