decode abstract method

Object decode(
  1. String value,
  2. int pgType, {
  3. String? connectionName,
})

Convert a string recieved from the database into a dart object.

Implementation

Object decode(String value, int pgType, {String? connectionName});