RelationalDatabaseParameter constructor
RelationalDatabaseParameter({})
Implementation
RelationalDatabaseParameter({
this.allowedValues,
this.applyMethod,
this.applyType,
this.dataType,
this.description,
this.isModifiable,
this.parameterName,
this.parameterValue,
});