shortDescription property
Get a short description of the expectation.
Implementation
String get shortDescription {
if (path != null && path!.isNotEmpty) {
return '$path: $message';
}
return message;
}
Get a short description of the expectation.
String get shortDescription {
if (path != null && path!.isNotEmpty) {
return '$path: $message';
}
return message;
}