parse method

WalletType parse (String type)

Implementation

static WalletType parse(String type) {
  return WalletType._(type);
}