ClassicalConfig constructor
ClassicalConfig({
- String? usernameVariable,
- String? passwordVariable,
- String? sId,
- String? createdTime,
- String? updatedTime,
- UsernameVariableMetadata? usernameVariableMetadata,
- PasswordVariableMetadata? passwordVariableMetadata,
- String? id,
Implementation
ClassicalConfig(
{this.usernameVariable,
this.passwordVariable,
this.sId,
this.createdTime,
this.updatedTime,
this.usernameVariableMetadata,
this.passwordVariableMetadata,
this.id});