LogsDetails constructor

LogsDetails({
  1. String? authMethod,
  2. String? username,
})

Returns a new LogsDetails instance.

Implementation

LogsDetails({
  this.authMethod,
  this.username,
});