fromValue static method

TransactionReason fromValue(
  1. dynamic value
)

Implementation

static TransactionReason fromValue(dynamic value) {
  ensureInitialized();
  return MapperContainer.globals.fromValue(value);
}