Security constructor

Security({
  1. bool? secureConnection,
  2. bool? hideErrors,
})

Implementation

Security({
  this.secureConnection,
  this.hideErrors,
});