ClassicalConfig constructor

ClassicalConfig({
  1. String? usernameVariable,
  2. String? passwordVariable,
  3. String? sId,
  4. String? createdTime,
  5. String? updatedTime,
  6. UsernameVariableMetadata? usernameVariableMetadata,
  7. PasswordVariableMetadata? passwordVariableMetadata,
  8. String? id,
})

Implementation

ClassicalConfig(
    {this.usernameVariable,
      this.passwordVariable,
      this.sId,
      this.createdTime,
      this.updatedTime,
      this.usernameVariableMetadata,
      this.passwordVariableMetadata,
      this.id});