toValue method
Implementation
String toValue() {
switch (this) {
case Framework.hyperledgerFabric:
return 'HYPERLEDGER_FABRIC';
case Framework.ethereum:
return 'ETHEREUM';
}
}
String toValue() {
switch (this) {
case Framework.hyperledgerFabric:
return 'HYPERLEDGER_FABRIC';
case Framework.ethereum:
return 'ETHEREUM';
}
}