TransactionType constructor

TransactionType([
  1. int? _value
])

Implementation

TransactionType([int? _value]) {
	value = _value ?? 257;
}