code method
Implementation
String code() {
if(value.trim().startsWith(errorCodePrefix)) {
return value.trim().split(" ").first;
}
return "";
}
String code() {
if(value.trim().startsWith(errorCodePrefix)) {
return value.trim().split(" ").first;
}
return "";
}