transport property
deno-postgres@v0.17.0/Session/transport
Implementation
Transport? get transport {
final string = getProperty<String?>(this, 'transport');
return string == null ? null : Transport.parse(string);
}
deno-postgres@v0.17.0/Session/transport
Transport? get transport {
final string = getProperty<String?>(this, 'transport');
return string == null ? null : Transport.parse(string);
}