toValue method

dynamic toValue()

Implementation

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