toValue method
dynamic
toValue()
Implementation
dynamic toValue() {
TransactionReasonMapper.ensureInitialized();
return MapperContainer.globals.toValue<TransactionReason>(this);
}
dynamic toValue() {
TransactionReasonMapper.ensureInitialized();
return MapperContainer.globals.toValue<TransactionReason>(this);
}