CustomBind constructor

CustomBind(
  1. String _bind,
  2. Object value,
  3. {PostgreSQLDataType? type}
)

Implementation

CustomBind(this._bind, this.value, {this.type});