resultStatus property
Allows you to set any string to the result status.
Implementation
String? get resultStatus => _resultStatus;
Implementation
set resultStatus(String? val) {
_resultStatus = val;
_setCustomization({"resultStatus": val}, this);
}