ColumnArg constructor
const
ColumnArg({})
Implementation
const ColumnArg({
required this.paramName,
required this.isNamed,
required this.columnExpr,
this.readOnly = false,
this.writeOnly = false,
});
const ColumnArg({
required this.paramName,
required this.isNamed,
required this.columnExpr,
this.readOnly = false,
this.writeOnly = false,
});