parse method

TransactionType parse (String type)

Implementation

static TransactionType parse(String type) {
  return TransactionType._internal(type);
}