code property
String?
get
code
Five-character SQLSTATE reported by the server, when available.
Implementation
String? get code => cause.code;
Five-character SQLSTATE reported by the server, when available.
String? get code => cause.code;