resultXdr property
Implementation
String get resultXdr {
if (this.success) {
return this.strResultXdr;
} else {
if (this.extras != null) {
return this.extras.resultXdr;
}
return null;
}
}
String get resultXdr {
if (this.success) {
return this.strResultXdr;
} else {
if (this.extras != null) {
return this.extras.resultXdr;
}
return null;
}
}