approvedFileName property
String
get
approvedFileName
Implementation
String get approvedFileName {
if (description != null) {
return '$fileName.$testName.$_updatedDescription.approved.txt';
}
return '$fileName.$testName.approved.txt';
}