command property
deno-postgres@v0.17.0/QueryResult/command.
Implementation
CommandType get command => CommandType.parse(
getProperty(this, 'command'),
);
deno-postgres@v0.17.0/QueryResult/command.
CommandType get command => CommandType.parse(
getProperty(this, 'command'),
);