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