Data constructor

Data({
  1. bool? authenticated,
})

Implementation

Data({
  this.authenticated,
});