code property Null safety
read / write
The PostgreSQL error code.
May be null if the exception was not generated by the database.
Implementation
String? code;
The PostgreSQL error code.
May be null if the exception was not generated by the database.
String? code;