decode method
Convert a string recieved from the database into a dart object.
Implementation
@override
decode(String value, int pgType, {String? connectionName})
=> decodeValue(value, pgType, connectionName: connectionName);
Convert a string recieved from the database into a dart object.
@override
decode(String value, int pgType, {String? connectionName})
=> decodeValue(value, pgType, connectionName: connectionName);